/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 87 case GL_COMPRESSED_RG11_EAC: in _mesa_gl_compressed_format_base_format() 366 formats[n++] = GL_COMPRESSED_RG11_EAC; in _mesa_get_compressed_formats() 545 case GL_COMPRESSED_RG11_EAC: in _mesa_glenum_to_compressed_format() 733 return GL_COMPRESSED_RG11_EAC; in _mesa_compressed_format_to_glenum()
|
D | copyimage.c | 374 case GL_COMPRESSED_RG11_EAC: in compressed_format_compatible()
|
D | textureview.c | 201 {VIEW_CLASS_EAC_RG11, GL_COMPRESSED_RG11_EAC},
|
D | glformats.c | 922 case GL_COMPRESSED_RG11_EAC: in _mesa_is_etc2_format() 1106 case GL_COMPRESSED_RG11_EAC: in _mesa_is_color_format()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 244 case tcu::COMPRESSEDTEXFORMAT_EAC_RG11: return GL_COMPRESSED_RG11_EAC; in getGLFormat() 303 case GL_COMPRESSED_RG11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_RG11; in mapGLCompressedTexFormat() 353 case GL_COMPRESSED_RG11_EAC: in isCompressedFormat()
|
D | gluStrUtil.inl | 901 case GL_COMPRESSED_RG11_EAC: return "GL_COMPRESSED_RG11_EAC"; 1743 case GL_COMPRESSED_RG11_EAC: return "GL_COMPRESSED_RG11_EAC";
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 268 GL_COMPRESSED_RG11_EAC,
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 197 GL_COMPRESSED_RG11_EAC, in Context()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 559 case GL_COMPRESSED_RG11_EAC: in SelectInternalFormat() 1130 case GL_COMPRESSED_RG11_EAC: in ComputeCompressedSize()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 120 GL_COMPRESSED_RG11_EAC,
|
D | utilities.cpp | 486 case GL_COMPRESSED_RG11_EAC: in ValidateCompressedFormat()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 195 glInternalFormat=GL_COMPRESSED_RG11_EAC; in PVRTGetOGLES3TextureFormat()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 2375 { "compressed_rg11_eac", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init() 2456 { "compressed_color", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init() 2496 { "compressed_color", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fCopyImageTests.cpp | 2529 compressedTextureFormatViewClasses[VIEWCLASS_EAC_RG11].push_back(GL_COMPRESSED_RG11_EAC); in init() 2614 mixedViewClasses[VIEWCLASS_128_BITS].second.push_back(GL_COMPRESSED_RG11_EAC); in init()
|
D | es31fNegativeTextureApiTests.cpp | 466 …ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * d… in compressedteximage2d_invalid_size()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1525 { GL_COMPRESSED_RG11_EAC, 0 },
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 790 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 979 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
D | gl31.h | 979 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
D | gl32.h | 979 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 981 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1440 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2246 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
D | glext.h | 2193 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2269 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
|