Home
last modified time | relevance | path

Searched defs:InternalFormat (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h169 struct InternalFormat struct
173 InternalFormat &operator=(const InternalFormat &other); argument
250 bool operator==(const InternalFormat &other) const; argument
256 GLenum sizedInternalFormat; argument
258 GLuint redBits;
259 GLuint greenBits;
260 GLuint blueBits;
262 GLuint luminanceBits;
264 GLuint alphaBits;
265 GLuint sharedBits;
[all …]
H A Dformatutils.cpp353 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureGatherTests.cpp996 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::GatherBase
1160 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherFloat2DRg
1169 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherUnorm2D
1187 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherInt2DRgba
1245 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherInt2DRg
1254 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherUint2D
1324 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherDepth2D
1404 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherUnorm2DArray
1418 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherInt2DArray
1488 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon80c45f740111::PlainGatherUint2DArray
[all …]
H A Dgl4cDirectStateAccessTexturesTests.cpp221 glw::GLenum Reference::InternalFormat<glw::GLbyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
227 glw::GLenum Reference::InternalFormat<glw::GLbyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
233 glw::GLenum Reference::InternalFormat<glw::GLbyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
239 glw::GLenum Reference::InternalFormat<glw::GLbyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
245 glw::GLenum Reference::InternalFormat<glw::GLubyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
251 glw::GLenum Reference::InternalFormat<glw::GLubyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
257 glw::GLenum Reference::InternalFormat<glw::GLubyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
263 glw::GLenum Reference::InternalFormat<glw::GLubyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
269 glw::GLenum Reference::InternalFormat<glw::GLshort, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
275 glw::GLenum Reference::InternalFormat<glw::GLshort, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h51 struct InternalFormat struct
59 // Texture created with InternalFormat can be used in glFramebufferTexture2D argument
61 // Renderbuffer created with InternalFormat can be used in glFramebufferRenderbuffer argument
64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
H A Dformatutilsgl.cpp37 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp882 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::GatherBase
1018 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherInt2D
1047 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherUint2D
1086 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherDepth2D
1150 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherInt2DArray
1189 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherUint2DArray
1223 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherDepth2DArray
1307 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherIntCube
1346 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherUintCube
1371 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon19fff6c50111::PlainGatherDepthCube
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp177 const struct InternalFormat in init() struct
179 const char *name; in init()
180 GLenum format; in init()
181 bool isIntegerFormat; in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp233 struct InternalFormat struct
235 GLenum sizedFormat;
236 GLenum baseFormat;
237 GLenum format;
238 GLenum type;
239 InternalFormatSamplerType sampler;
240 InternalFormatBits bits;
241 GLuint flags; // InternalFormatFlag
H A DglcPackedPixelsTests.cpp130 struct InternalFormat struct
132 GLenum sizedFormat;
133 GLenum baseFormat;
134 GLenum format;
135 GLenum type;
136 InternalFormatSamplerType sampler;
137 InternalFormatBits bits;
138 int flags; // InternalFormatFlag
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp410 static const struct InternalFormat in init() struct
412 const char *name; in init()
413 glw::GLenum format; in init()
414 FormatSamplesCase::FormatType type; in init()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
H A DCopyTextureTest.cpp760 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
/aosp_15_r20/external/angle/src/common/
H A Dgl_enum_utils_autogen.h96 InternalFormat, enumerator
302 InternalFormat, enumerator
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h757 GLint InternalFormat; /**< Internal format as given by the user */ member
2513 GLenum16 InternalFormat; /**< The user-specified format */ member