/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 82 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_gl_compressed_format_base_format() 368 formats[n++] = GL_COMPRESSED_SIGNED_R11_EAC; in _mesa_get_compressed_formats() 548 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_glenum_to_compressed_format() 744 return GL_COMPRESSED_SIGNED_R11_EAC; in _mesa_compressed_format_to_glenum()
|
H A D | textureview.c | 205 {VIEW_CLASS_EAC_R11, GL_COMPRESSED_SIGNED_R11_EAC},
|
H A D | copyimage.c | 470 case GL_COMPRESSED_SIGNED_R11_EAC: in compressed_format_compatible()
|
H A D | glformats.c | 925 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_is_etc2_format() 1111 case GL_COMPRESSED_SIGNED_R11_EAC: in _mesa_is_color_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.cpp | 590 GL_COMPRESSED_SIGNED_R11_EAC, in DetermineEACR11SignedTextureSupport() 818 GL_COMPRESSED_SIGNED_R11_EAC, in DetermineCompressedTextureETCSupport() 1017 caps.compressedTextureFormats.push_back(GL_COMPRESSED_SIGNED_R11_EAC); in GenerateMinimumCaps()
|
H A D | formatutils.h | 444 case GL_COMPRESSED_SIGNED_R11_EAC: in IsETC2EACFormat()
|
H A D | validationES.cpp | 3317 case GL_COMPRESSED_SIGNED_R11_EAC: in ValidateCopyMixedFormatCompatible() 3366 return (dstFormat == GL_COMPRESSED_SIGNED_R11_EAC); in ValidateCopyCompressedFormatCompatible() 3367 case GL_COMPRESSED_SIGNED_R11_EAC: in ValidateCopyCompressedFormatCompatible()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 243 case tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_R11: return GL_COMPRESSED_SIGNED_R11_EAC; 302 case GL_COMPRESSED_SIGNED_R11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_R11; 352 case GL_COMPRESSED_SIGNED_R11_EAC:
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 79 { gles31, "signed_r11_eac" , GL_COMPRESSED_SIGNED_R11_EAC , GL_RED , GL_R8 , false , { 4, 4 } }, 160 GL_COMPRESSED_RGB8_ETC2, GL_COMPRESSED_SRGB8_ETC2, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_SIGNED_R11_EAC, 165 { { GL_COMPRESSED_R11_EAC , GL_COMPRESSED_SIGNED_R11_EAC }, {} }, 236 { GL_COMPRESSED_SIGNED_R11_EAC , { { 0.5f, 0.0f, 0.0f, 0.0f }, { 0.5f, 0.0f, 0.0f, 1.0f } } },
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 410 static const FormatDesc kEACR11SFormats[] = {{GL_COMPRESSED_SIGNED_R11_EAC, 8}};
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fImplementationLimitTests.cpp | 267 GL_COMPRESSED_SIGNED_R11_EAC,
|
H A D | es3fNegativeTextureApiTests.cpp | 471 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_R11_EAC, 16, 16, 0, 4*4*16, 0); in init() 2661 glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_SIGNED_R11_EAC, 16, 16, 1, 0, 4*4*16, 0); in init()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 216 GL_COMPRESSED_SIGNED_R11_EAC, in Context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 120 { FormatID::EAC_R11_SNORM_BLOCK, GL_COMPRESSED_SIGNED_R11_EAC, GL_COMPRESSED_SIGNED_R11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 11, 0, 0, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 381 case GL_COMPRESSED_SIGNED_R11_EAC: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3527 case GL_COMPRESSED_SIGNED_R11_EAC: in GetLoadFunctionsMap()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 616 { GL_COMPRESSED_SIGNED_R11_EAC, 0 },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 120 GL_COMPRESSED_SIGNED_R11_EAC,
|
H A D | utilities.cpp | 336 case GL_COMPRESSED_SIGNED_R11_EAC: in IsCompressed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 843 case GL_COMPRESSED_SIGNED_R11_EAC: in Get() 845 static constexpr Format info(GL_COMPRESSED_SIGNED_R11_EAC, in Get()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 369 case GL_COMPRESSED_SIGNED_R11_EAC: return sw::FORMAT_SIGNED_R11_EAC; in SelectInternalFormat() 547 case GL_COMPRESSED_SIGNED_R11_EAC: in ComputeCompressedSize()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 164 GL_COMPRESSED_SIGNED_R11_EAC, /* >= GL 4.3 */ 1004 case GL_COMPRESSED_SIGNED_R11_EAC: in getGLFormatOfInternalformat() 1541 case GL_COMPRESSED_SIGNED_R11_EAC: in getInternalformatString() 1542 result = "GL_COMPRESSED_SIGNED_R11_EAC"; in getInternalformatString() 2397 case GL_COMPRESSED_SIGNED_R11_EAC: in isInternalformatCompressed() 2536 case GL_COMPRESSED_SIGNED_R11_EAC: in isInternalformatSupported()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4953 {GL_COMPRESSED_SIGNED_R11_EAC, data_GL_COMPRESSED_SIGNED_R11_EAC_2D_8, 4982 {GL_COMPRESSED_SIGNED_R11_EAC, data_GL_COMPRESSED_SIGNED_R11_EAC_3D_32, 5504 is_ok &= Test<2>(GL_COMPRESSED_SIGNED_R11_EAC, true); in iterate() 5523 is_ok &= Test<3>(GL_COMPRESSED_SIGNED_R11_EAC, true); in iterate() 9122 GL_COMPRESSED_SIGNED_R11_EAC, in Prepare()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 2528 compressedTextureFormatViewClasses[VIEWCLASS_EAC_R11].push_back(GL_COMPRESSED_SIGNED_R11_EAC); 2660 mixedViewClasses[VIEWCLASS_64_BITS].second.push_back(GL_COMPRESSED_SIGNED_R11_EAC);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1094 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
|
H A D | formatutilsgl.cpp | 328 InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_R11_EAC, VersionOrExts(4, 3, "GL_ARB_ES3_compatibility"), AlwaysSupported(), NeverSupported(), VersionOrExts(3, 0, "OES_compressed_EAC_R11_signed_texture"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|