Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c102 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_gl_compressed_format_base_format()
374 formats[n++] = GL_COMPRESSED_SRGB8_ETC2; in _mesa_get_compressed_formats()
538 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_glenum_to_compressed_format()
734 return GL_COMPRESSED_SRGB8_ETC2; in _mesa_compressed_format_to_glenum()
H A Dglformats.c920 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_etc2_format()
1106 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_color_format()
1438 case GL_COMPRESSED_SRGB8_ETC2: in _mesa_is_srgb_format()
H A Dtextureview.c209 {VIEW_CLASS_ETC2_RGB, GL_COMPRESSED_SRGB8_ETC2},
H A Dcopyimage.c468 case GL_COMPRESSED_SRGB8_ETC2: in compressed_format_compatible()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.cpp530 GL_COMPRESSED_SRGB8_ETC2, in DetermineETC2sRGB8TextureSupport()
822 GL_COMPRESSED_SRGB8_ETC2, in DetermineCompressedTextureETCSupport()
1021 caps.compressedTextureFormats.push_back(GL_COMPRESSED_SRGB8_ETC2); in GenerateMinimumCaps()
H A Dformatutils.h448 case GL_COMPRESSED_SRGB8_ETC2: in IsETC2EACFormat()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp247 case tcu::COMPRESSEDTEXFORMAT_ETC2_SRGB8: return GL_COMPRESSED_SRGB8_ETC2;
306 case GL_COMPRESSED_SRGB8_ETC2: return tcu::COMPRESSEDTEXFORMAT_ETC2_SRGB8;
356 case GL_COMPRESSED_SRGB8_ETC2:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp414 static const FormatDesc kETC2RGB8SRGBFormats[] = {{GL_COMPRESSED_SRGB8_ETC2, 8}};
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp271 GL_COMPRESSED_SRGB8_ETC2,
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp83 { gles31, "srgb8_etc2" , GL_COMPRESSED_SRGB8_ETC2 , GL_RGB , GL_SRGB8 , true , { 4, 4 } },
160 GL_COMPRESSED_RGB8_ETC2, GL_COMPRESSED_SRGB8_ETC2, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_SIGNED_R11_EAC,
167 { { GL_COMPRESSED_RGB8_ETC2 , GL_COMPRESSED_SRGB8_ETC2 }, {} },
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp220 GL_COMPRESSED_SRGB8_ETC2, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp128 { FormatID::ETC2_R8G8B8_SRGB_BLOCK, GL_COMPRESSED_SRGB8_ETC2, GL_COMPRESSED_SRGB8_ETC2, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, true, false, gl::VertexAttribType::Byte },
439 case GL_COMPRESSED_SRGB8_ETC2: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3622 case GL_COMPRESSED_SRGB8_ETC2: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c592 { GL_COMPRESSED_SRGB8_ETC2, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h124 GL_COMPRESSED_SRGB8_ETC2,
H A Dutilities.cpp340 case GL_COMPRESSED_SRGB8_ETC2: in IsCompressed()
H A DlibGLESv3.cpp609 case GL_COMPRESSED_SRGB8_ETC2: in CompressedTexSubImage3D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1249 case GL_COMPRESSED_SRGB8_ETC2: in Get()
1251 static constexpr Format info(GL_COMPRESSED_SRGB8_ETC2, in Get()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp373 case GL_COMPRESSED_SRGB8_ETC2: return sw::FORMAT_SRGB8_ETC2; in SelectInternalFormat()
549 case GL_COMPRESSED_SRGB8_ETC2: in ComputeCompressedSize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp158 GL_COMPRESSED_SRGB8_ETC2, /* >= GL 4.3 */
933 case GL_COMPRESSED_SRGB8_ETC2: in getGLFormatOfInternalformat()
1523 case GL_COMPRESSED_SRGB8_ETC2: in getInternalformatString()
1524 result = "GL_COMPRESSED_SRGB8_ETC2"; in getInternalformatString()
2391 case GL_COMPRESSED_SRGB8_ETC2: in isInternalformatCompressed()
2530 case GL_COMPRESSED_SRGB8_ETC2: in isInternalformatSupported()
H A Dgl4cDirectStateAccessTexturesTests.cpp4939 {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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1097 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
H A Dformatutilsgl.cpp332 InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ETC2, VersionOrExts(4, 3, "GL_ARB_ES3_compatibility"), AlwaysSupported(), NeverSupported(), VersionOrExts(3, 0, "OES_compressed_ETC2_sRGB8_texture"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h986 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro
H A Dgl3.h986 #define GL_COMPRESSED_SRGB8_ETC2 0x9275 macro

Completed in 95 milliseconds

123