Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_SIGNED_R11_EAC (Results 1 - 25 of 51) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c82 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 Dtextureview.c205 {VIEW_CLASS_EAC_R11, GL_COMPRESSED_SIGNED_R11_EAC},
H A Dcopyimage.c470 case GL_COMPRESSED_SIGNED_R11_EAC: in compressed_format_compatible()
H A Dglformats.c925 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 DCaps.cpp590 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 Dformatutils.h444 case GL_COMPRESSED_SIGNED_R11_EAC: in IsETC2EACFormat()
H A DvalidationES.cpp3317 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 DgluTextureUtil.cpp243 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 DglcCompressedFormatTests.cpp79 { 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 DCompressedTextureFormatsTest.cpp410 static const FormatDesc kEACR11SFormats[] = {{GL_COMPRESSED_SIGNED_R11_EAC, 8}};
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp267 GL_COMPRESSED_SIGNED_R11_EAC,
H A Des3fNegativeTextureApiTests.cpp471 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 DtcuNullRenderContext.cpp216 GL_COMPRESSED_SIGNED_R11_EAC, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp120 { 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 Dload_functions_table_autogen.cpp3527 case GL_COMPRESSED_SIGNED_R11_EAC: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c616 { GL_COMPRESSED_SIGNED_R11_EAC, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h120 GL_COMPRESSED_SIGNED_R11_EAC,
H A Dutilities.cpp336 case GL_COMPRESSED_SIGNED_R11_EAC: in IsCompressed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp843 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 DImage.cpp369 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 Dgl4cTextureViewTests.cpp164 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 Dgl4cDirectStateAccessTexturesTests.cpp4953 {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 Des31fCopyImageTests.cpp2528 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 Dfunctionsgl_enums.h1094 #define GL_COMPRESSED_SIGNED_R11_EAC 0x9271 macro
H A Dformatutilsgl.cpp328 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()

Completed in 77 milliseconds

123