Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c80 case GL_COMPRESSED_R11_EAC: in _mesa_gl_compressed_format_base_format()
366 formats[n++] = GL_COMPRESSED_R11_EAC; in _mesa_get_compressed_formats()
544 case GL_COMPRESSED_R11_EAC: in _mesa_glenum_to_compressed_format()
740 return GL_COMPRESSED_R11_EAC; in _mesa_compressed_format_to_glenum()
H A Dtextureview.c204 {VIEW_CLASS_EAC_R11, GL_COMPRESSED_R11_EAC},
H A Dcopyimage.c469 case GL_COMPRESSED_R11_EAC: in compressed_format_compatible()
H A Dglformats.c923 case GL_COMPRESSED_R11_EAC: in _mesa_is_etc2_format()
1109 case GL_COMPRESSED_R11_EAC: in _mesa_is_color_format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.cpp580 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
817 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1016 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
H A Dformatutils.h443 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp242 case tcu::COMPRESSEDTEXFORMAT_EAC_R11: return GL_COMPRESSED_R11_EAC;
301 case GL_COMPRESSED_R11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_R11;
351 case GL_COMPRESSED_R11_EAC:
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp78 { gles31, "r11_eac" , GL_COMPRESSED_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 }, {} },
780 const auto format1 = GL_COMPRESSED_R11_EAC;
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp224 GL_COMPRESSED_R11_EAC, in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp409 static const FormatDesc kEACR11UFormats[] = {{GL_COMPRESSED_R11_EAC, 8}};
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp266 GL_COMPRESSED_R11_EAC,
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp215 GL_COMPRESSED_R11_EAC, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp121 { FormatID::EAC_R11_UNORM_BLOCK, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_R11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 11, 0, 0, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::InvalidEnum },
297 case GL_COMPRESSED_R11_EAC: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3370 case GL_COMPRESSED_R11_EAC: in GetLoadFunctionsMap()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp471 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 8 - 1, 0); in compressedteximage2d_invalid_size()
558 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 0, 0, 0, -1, 0); in compressedteximage2d_neg_size()
568 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
573 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
578 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
583 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
588 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
593 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divRoundUp(1, 4) * divRoundUp(2, 4) * 8, 0); in compressedteximage2d_invalid_width_height()
H A Des31fCopyImageTests.cpp2527 compressedTextureFormatViewClasses[VIEWCLASS_EAC_R11].push_back(GL_COMPRESSED_R11_EAC);
2659 mixedViewClasses[VIEWCLASS_64_BITS].second.push_back(GL_COMPRESSED_R11_EAC);
H A Des31fTextureBorderClampTests.cpp2385 { "compressed_r11_eac", GL_COMPRESSED_R11_EAC, tcu::Sampler::MODE_LAST },
2743 { "compressed_r11_eac", GL_COMPRESSED_R11_EAC, tcu::Sampler::MODE_LAST },
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c612 { GL_COMPRESSED_R11_EAC, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h119 GL_COMPRESSED_R11_EAC,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp227 case GL_COMPRESSED_R11_EAC: in Get()
229 static constexpr Format info(GL_COMPRESSED_R11_EAC, in Get()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp368 case GL_COMPRESSED_R11_EAC: return sw::FORMAT_R11_EAC; in SelectInternalFormat()
546 case GL_COMPRESSED_R11_EAC: in ComputeCompressedSize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp163 GL_COMPRESSED_R11_EAC, /* >= GL 4.3 */
1002 case GL_COMPRESSED_R11_EAC: in getGLFormatOfInternalformat()
1538 case GL_COMPRESSED_R11_EAC: in getInternalformatString()
1539 result = "GL_COMPRESSED_R11_EAC"; in getInternalformatString()
2396 case GL_COMPRESSED_R11_EAC: in isInternalformatCompressed()
2535 case GL_COMPRESSED_R11_EAC: in isInternalformatSupported()
H A Dgl4cDirectStateAccessTexturesTests.cpp4951 {GL_COMPRESSED_R11_EAC, data_GL_COMPRESSED_R11_EAC_2D_8,
4980 {GL_COMPRESSED_R11_EAC, data_GL_COMPRESSED_R11_EAC_3D_32,
5503 is_ok &= Test<2>(GL_COMPRESSED_R11_EAC, true); in iterate()
5522 is_ok &= Test<3>(GL_COMPRESSED_R11_EAC, true); in iterate()
9121 GL_COMPRESSED_R11_EAC, in Prepare()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1089 #define GL_COMPRESSED_R11_EAC 0x9270 macro
H A Dformatutilsgl.cpp327 InsertFormatMapping(&map, GL_COMPRESSED_R11_EAC, VersionOrExts(4, 3, "GL_ARB_ES3_compatibility"), AlwaysSupported(), NeverSupported(), VersionOrExts(3, 0, "OES_compressed_EAC_R11_unsigned_texture"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()

Completed in 73 milliseconds

123