/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 82 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_gl_compressed_format_base_format() 367 formats[n++] = GL_COMPRESSED_SIGNED_R11_EAC; in _mesa_get_compressed_formats() 547 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_glenum_to_compressed_format() 735 return GL_COMPRESSED_SIGNED_R11_EAC; in _mesa_compressed_format_to_glenum()
|
D | copyimage.c | 384 case GL_COMPRESSED_SIGNED_R11_EAC: in compressed_format_compatible()
|
D | textureview.c | 200 {VIEW_CLASS_EAC_R11, GL_COMPRESSED_SIGNED_R11_EAC},
|
D | glformats.c | 923 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_is_etc2_format() 1107 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_is_color_format()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 243 case tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_R11: return GL_COMPRESSED_SIGNED_R11_EAC; in getGLFormat() 302 case GL_COMPRESSED_SIGNED_R11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_R11; in mapGLCompressedTexFormat() 352 case GL_COMPRESSED_SIGNED_R11_EAC: in isCompressedFormat()
|
D | gluStrUtil.inl | 900 case GL_COMPRESSED_SIGNED_R11_EAC: return "GL_COMPRESSED_SIGNED_R11_EAC"; 1742 case GL_COMPRESSED_SIGNED_R11_EAC: return "GL_COMPRESSED_SIGNED_R11_EAC";
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 267 GL_COMPRESSED_SIGNED_R11_EAC,
|
D | es3fNegativeTextureApiTests.cpp | 468 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_R11_EAC, 16, 16, 0, 4*4*16, 0); in init() 2638 …glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_SIGNED_R11_EAC, 16, 16, 1, 0, 4*4*16,… in init()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 196 GL_COMPRESSED_SIGNED_R11_EAC, in Context()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 557 case GL_COMPRESSED_SIGNED_R11_EAC: in SelectInternalFormat() 1122 case GL_COMPRESSED_SIGNED_R11_EAC: in ComputeCompressedSize()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 119 GL_COMPRESSED_SIGNED_R11_EAC,
|
D | utilities.cpp | 485 case GL_COMPRESSED_SIGNED_R11_EAC: in ValidateCompressedFormat()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 176 glInternalFormat=GL_COMPRESSED_SIGNED_R11_EAC; in PVRTGetOGLES3TextureFormat()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1521 { GL_COMPRESSED_SIGNED_R11_EAC, 0 },
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 789 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2526 compressedTextureFormatViewClasses[VIEWCLASS_EAC_R11].push_back(GL_COMPRESSED_SIGNED_R11_EAC); in init() 2658 mixedViewClasses[VIEWCLASS_64_BITS].second.push_back(GL_COMPRESSED_SIGNED_R11_EAC); in init()
|
D | es31fNegativeTextureApiTests.cpp | 464 …ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_R11_EAC, 1, 1, 0, divRoundUp(1, … in compressedteximage2d_invalid_size() 3377 …ctx.glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_SIGNED_R11_EAC, 16, 16, 1, 0, 4*4… in compressedteximage3d_invalid_size()
|
D | es31fTextureBorderClampTests.cpp | 2374 { "compressed_signed_r11_eac", GL_COMPRESSED_SIGNED_R11_EAC, tcu::Sampler::MODE_LAST }, in init()
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 978 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
D | gl31.h | 978 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
D | gl32.h | 978 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 980 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1439 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2245 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2268 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|