/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 102 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_gl_compressed_format_base_format() 377 formats[n++] = GL_COMPRESSED_SRGB8_ETC2; in _mesa_get_compressed_formats() 537 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_glenum_to_compressed_format() 725 return GL_COMPRESSED_SRGB8_ETC2; in _mesa_compressed_format_to_glenum()
|
D | copyimage.c | 461 case GL_COMPRESSED_SRGB8_ETC2: in compressed_format_compatible()
|
D | glformats.c | 918 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_etc2_format() 1102 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_color_format() 1426 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_srgb_format()
|
D | textureview.c | 204 {VIEW_CLASS_ETC2_RGB, GL_COMPRESSED_SRGB8_ETC2},
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 247 case tcu::COMPRESSEDTEXFORMAT_ETC2_SRGB8: return GL_COMPRESSED_SRGB8_ETC2; in getGLFormat() 306 case GL_COMPRESSED_SRGB8_ETC2: return tcu::COMPRESSEDTEXFORMAT_ETC2_SRGB8; in mapGLCompressedTexFormat() 356 case GL_COMPRESSED_SRGB8_ETC2: in isCompressedFormat()
|
D | gluStrUtil.inl | 904 case GL_COMPRESSED_SRGB8_ETC2: return "GL_COMPRESSED_SRGB8_ETC2"; 1746 case GL_COMPRESSED_SRGB8_ETC2: return "GL_COMPRESSED_SRGB8_ETC2";
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 271 GL_COMPRESSED_SRGB8_ETC2,
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 215 GL_COMPRESSED_SRGB8_ETC2, in Context()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 373 case GL_COMPRESSED_SRGB8_ETC2: return sw::FORMAT_SRGB8_ETC2; in SelectInternalFormat() 577 case GL_COMPRESSED_SRGB8_ETC2: in ComputeCompressedSize()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 148 glInternalFormat=GL_COMPRESSED_SRGB8_ETC2; in PVRTGetOGLES3TextureFormat()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 123 GL_COMPRESSED_SRGB8_ETC2,
|
D | utilities.cpp | 340 case GL_COMPRESSED_SRGB8_ETC2: in IsCompressed()
|
D | libGLESv3.cpp | 607 case GL_COMPRESSED_SRGB8_ETC2: in CompressedTexSubImage3D()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 158 GL_COMPRESSED_SRGB8_ETC2, /* >= GL 4.3 */ 933 case GL_COMPRESSED_SRGB8_ETC2: in getGLFormatOfInternalformat() 1523 case GL_COMPRESSED_SRGB8_ETC2: in getInternalformatString() 2393 case GL_COMPRESSED_SRGB8_ETC2: in isInternalformatCompressed() 2532 case GL_COMPRESSED_SRGB8_ETC2: in isInternalformatSupported()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 4939 {GL_COMPRESSED_SRGB8_ETC2, data_GL_COMPRESSED_SRGB8_ETC2_2D_8, 4972 {GL_COMPRESSED_SRGB8_ETC2, data_GL_COMPRESSED_SRGB8_ETC2_3D_32, 5498 is_ok &= Test<2>(GL_COMPRESSED_SRGB8_ETC2, true); in iterate() 5517 is_ok &= Test<3>(GL_COMPRESSED_SRGB8_ETC2, true); in iterate() 9116 GL_COMPRESSED_SRGB8_ETC2, in Prepare()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1513 { GL_COMPRESSED_SRGB8_ETC2, 0 },
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 793 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 986 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
D | gl31.h | 988 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
D | gl32.h | 988 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 986 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1577 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2534 compressedTextureFormatViewClasses[VIEWCLASS_ETC2_RGB].push_back(GL_COMPRESSED_SRGB8_ETC2); in init()
|
D | es31fTextureBorderClampTests.cpp | 2378 { "compressed_srgb8_etc2", GL_COMPRESSED_SRGB8_ETC2, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fNegativeTextureApiTests.cpp | 472 …ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SRGB8_ETC2, 1, 1, 0, divRoundUp(1, 4) *… in compressedteximage2d_invalid_size()
|