Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_SIGNED_RG11_EAC (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dtexcompress.c89 case GL_COMPRESSED_SIGNED_RG11_EAC: in _mesa_gl_compressed_format_base_format()
369 formats[n++] = GL_COMPRESSED_SIGNED_RG11_EAC; in _mesa_get_compressed_formats()
550 case GL_COMPRESSED_SIGNED_RG11_EAC: in _mesa_glenum_to_compressed_format()
746 return GL_COMPRESSED_SIGNED_RG11_EAC; in _mesa_compressed_format_to_glenum()
Dtextureview.c203 {VIEW_CLASS_EAC_RG11, GL_COMPRESSED_SIGNED_RG11_EAC},
Dcopyimage.c459 case GL_COMPRESSED_SIGNED_RG11_EAC: in compressed_format_compatible()
Dglformats.c926 case GL_COMPRESSED_SIGNED_RG11_EAC: in _mesa_is_etc2_format()
1110 case GL_COMPRESSED_SIGNED_RG11_EAC: in _mesa_is_color_format()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp245 case tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_RG11: return GL_COMPRESSED_SIGNED_RG11_EAC; in getGLFormat()
304 case GL_COMPRESSED_SIGNED_RG11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_SIGNED_RG11; in mapGLCompressedTexFormat()
354 case GL_COMPRESSED_SIGNED_RG11_EAC: in isCompressedFormat()
DgluStrUtil.inl902 case GL_COMPRESSED_SIGNED_RG11_EAC: return "GL_COMPRESSED_SIGNED_RG11_EAC";
1744 case GL_COMPRESSED_SIGNED_RG11_EAC: return "GL_COMPRESSED_SIGNED_RG11_EAC";
/external/angle/src/libANGLE/
Dformatutils.h392 case GL_COMPRESSED_SIGNED_RG11_EAC: in IsETC2EACFormat()
DCaps.cpp593 GL_COMPRESSED_SIGNED_RG11_EAC, in DetermineEACRG11SignedTextureSupport()
781 GL_COMPRESSED_SIGNED_RG11_EAC, in DetermineCompressedTextureETCSupport()
1154 caps.compressedTextureFormats.push_back(GL_COMPRESSED_SIGNED_RG11_EAC); in GenerateMinimumCaps()
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp269 GL_COMPRESSED_SIGNED_RG11_EAC,
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp213 GL_COMPRESSED_SIGNED_RG11_EAC, in Context()
/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp116 …{ FormatID::EAC_R11G11_SNORM_BLOCK, GL_COMPRESSED_SIGNED_RG11_EAC, GL_COMPRESSED_SIGNED_RG11_EAC, …
380 case GL_COMPRESSED_SIGNED_RG11_EAC: in InternalFormatToID()
Dload_functions_table_autogen.cpp3413 case GL_COMPRESSED_SIGNED_RG11_EAC: in GetLoadFunctionsMap()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c614 { GL_COMPRESSED_SIGNED_RG11_EAC, 0 },
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h1095 #define GL_COMPRESSED_SIGNED_RG11_EAC 0x9273 macro
Dformatutilsgl.cpp308 …InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_RG11_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp871 case GL_COMPRESSED_SIGNED_RG11_EAC: in Get()
873 static constexpr Format info(GL_COMPRESSED_SIGNED_RG11_EAC, in Get()
/external/swiftshader/src/OpenGL/common/
DImage.cpp371 case GL_COMPRESSED_SIGNED_RG11_EAC: return sw::FORMAT_SIGNED_RG11_EAC; in SelectInternalFormat()
584 case GL_COMPRESSED_SIGNED_RG11_EAC: in ComputeCompressedSize()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp191 glInternalFormat=GL_COMPRESSED_SIGNED_RG11_EAC; in PVRTGetOGLES3TextureFormat()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h122 GL_COMPRESSED_SIGNED_RG11_EAC,
Dutilities.cpp338 case GL_COMPRESSED_SIGNED_RG11_EAC: in IsCompressed()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp166 GL_COMPRESSED_SIGNED_RG11_EAC, /* >= GL 4.3 */
971 case GL_COMPRESSED_SIGNED_RG11_EAC: in getGLFormatOfInternalformat()
1547 case GL_COMPRESSED_SIGNED_RG11_EAC: in getInternalformatString()
2401 case GL_COMPRESSED_SIGNED_RG11_EAC: in isInternalformatCompressed()
2540 case GL_COMPRESSED_SIGNED_RG11_EAC: in isInternalformatSupported()
Dgl4cDirectStateAccessTexturesTests.cpp4957 {GL_COMPRESSED_SIGNED_RG11_EAC, data_GL_COMPRESSED_SIGNED_RG11_EAC_2D_16,
4991 {GL_COMPRESSED_SIGNED_RG11_EAC, data_GL_COMPRESSED_SIGNED_RG11_EAC_3D_64,
5506 is_ok &= Test<2>(GL_COMPRESSED_SIGNED_RG11_EAC, true); in iterate()
5525 is_ok &= Test<3>(GL_COMPRESSED_SIGNED_RG11_EAC, true); in iterate()
9124 GL_COMPRESSED_SIGNED_RG11_EAC, in Prepare()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h791 #define GL_COMPRESSED_SIGNED_RG11_EAC 0x9273 macro
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2530 compressedTextureFormatViewClasses[VIEWCLASS_EAC_RG11].push_back(GL_COMPRESSED_SIGNED_RG11_EAC); in init()
2615 mixedViewClasses[VIEWCLASS_128_BITS].second.push_back(GL_COMPRESSED_SIGNED_RG11_EAC); in init()
/external/angle/include/GLES3/
Dgl3.h984 #define GL_COMPRESSED_SIGNED_RG11_EAC 0x9273 macro

12