Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_ASTC_8x5_KHR (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c412 formats[n++] = GL_COMPRESSED_RGBA_ASTC_8x5_KHR; in _mesa_get_compressed_formats()
576 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in _mesa_glenum_to_compressed_format()
772 return GL_COMPRESSED_RGBA_ASTC_8x5_KHR; in _mesa_compressed_format_to_glenum()
H A Dglformats.c840 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in is_astc_2d_format()
1124 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in _mesa_is_color_format()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcExtTokens.cpp244 COMPRESSED_RGBA_ASTC_8x5 = GL_COMPRESSED_RGBA_ASTC_8x5_KHR; in init()
H A DglcPixelStorageModesTests.cpp124 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in getEps()
1365 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in iterate()
1713 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in iterate()
2113 { "rgba_astc_8x5", GL_COMPRESSED_RGBA_ASTC_8x5_KHR, 8, 5, 1 }, in init()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp258 case tcu::COMPRESSEDTEXFORMAT_ASTC_8x5_RGBA: return GL_COMPRESSED_RGBA_ASTC_8x5_KHR;
317 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: return tcu::COMPRESSEDTEXFORMAT_ASTC_8x5_RGBA;
366 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp426 {GL_COMPRESSED_RGBA_ASTC_8x5_KHR, 16},
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp230 GL_COMPRESSED_RGBA_ASTC_8x5_KHR, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp88 { FormatID::ASTC_8x5_UNORM_BLOCK, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 16, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum },
353 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3507 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c668 { GL_COMPRESSED_RGBA_ASTC_8x5_KHR, 0 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp647 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in Get()
649 static constexpr Format info(GL_COMPRESSED_RGBA_ASTC_8x5_KHR, in Get()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.cpp464 GL_COMPRESSED_RGBA_ASTC_6x6_KHR, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, in DetermineASTCLDRTextureSupport()
H A DvalidationES.cpp3254 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in ValidateCopyMixedFormatCompatible()
3416 case GL_COMPRESSED_RGBA_ASTC_8x5_KHR: in ValidateCopyCompressedFormatCompatible()
H A Dformatutils.cpp1170 AddCompressedFormat(&map, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, 8, 5, 1, 128, 4, false, RequireExt<&Extensions::textureCompressionAstcLdrKHR>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp366 InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, ExtsOnly("GL_KHR_texture_compression_astc_ldr"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_KHR_texture_compression_astc_ldr"), AlwaysSupported(), NeverSupported(), NeverSupported()); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp428 mIntendedGLFormat = GL_COMPRESSED_RGBA_ASTC_8x5_KHR; in initialize()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp75 GL_COMPRESSED_RGBA_ASTC_8x5_KHR,
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h223 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h204 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h207 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h207 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h204 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3926 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h3913 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3928 #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5 macro

Completed in 165 milliseconds

12