| /external/angle/src/libANGLE/ |
| D | formatutils.h | 135 struct InternalFormat struct 139 InternalFormat &operator=(const InternalFormat &other); argument 210 bool operator==(const InternalFormat &other) const; argument 216 GLenum sizedInternalFormat; argument 218 GLuint redBits; 219 GLuint greenBits; 220 GLuint blueBits; 222 GLuint luminanceBits; 224 GLuint alphaBits; 225 GLuint sharedBits; [all …]
|
| D | formatutils.cpp | 353 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | formatutilsgl.h | 51 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
|
| D | formatutilsgl.cpp | 37 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fInternalFormatQueryTests.cpp | 172 const struct InternalFormat in init() struct 174 const char* name; in init() 175 GLenum format; in init() 176 bool isIntegerFormat; in init()
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cTextureGatherTests.cpp | 991 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::GatherBase 1155 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherFloat2DRg 1164 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherUnorm2D 1182 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherInt2DRgba 1240 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherInt2DRg 1249 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherUint2D 1319 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherDepth2D 1399 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherUnorm2DArray 1413 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherInt2DArray 1483 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anona9ebce030111::PlainGatherUint2DArray [all …]
|
| D | gl4cDirectStateAccessTexturesTests.cpp | 221 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 …]
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fInternalFormatQueryTests.cpp | 376 static const struct InternalFormat in init() struct 378 const char* name; in init() 379 glw::GLenum format; in init() 380 FormatSamplesCase::FormatType type; in init()
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureGatherTests.cpp | 879 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::GatherBase 1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherInt2D 1044 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherUint2D 1083 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherDepth2D 1147 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherInt2DArray 1186 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherUint2DArray 1220 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherDepth2DArray 1304 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherIntCube 1343 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherUintCube 1368 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonf88dd6b40111::PlainGatherDepthCube [all …]
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcTextureRepeatModeTests.cpp | 233 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
|
| D | glcPackedPixelsTests.cpp | 129 struct InternalFormat struct 131 GLenum sizedFormat; 132 GLenum baseFormat; 133 GLenum format; 134 GLenum type; 135 InternalFormatSamplerType sampler; 136 InternalFormatBits bits; 137 int flags; // InternalFormatFlag
|
| /external/angle/src/tests/gl_tests/ |
| D | CopyCompressedTextureTest.cpp | 150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
|
| D | CopyTextureTest.cpp | 701 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
|
| /external/angle/src/common/ |
| D | gl_enum_utils_autogen.h | 94 InternalFormat, enumerator 299 InternalFormat, enumerator
|
| /external/mesa3d/src/mesa/main/ |
| D | mtypes.h | 875 GLint InternalFormat; /**< Internal format as given by the user */ member 3441 GLenum16 InternalFormat; /**< The user-specified format */ member
|