Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR (Results 1 – 25 of 258) sorted by relevance

1234567891011

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress.c434 formats[n++] = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR; in _mesa_get_compressed_formats()
620 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in _mesa_glenum_to_compressed_format()
816 return GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR; in _mesa_compressed_format_to_glenum()
H A Dglformats.c1406 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in _mesa_is_srgb_format()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp156 f(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, GL_RGBA, GL_UNSIGNED_BYTE) \
640 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in pixelItnlFrmt()
768 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in isCompressedFormat()
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp115 f(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR) \
303 f(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, GL_RGBA, GL_UNSIGNED_BYTE) \
856 COMPRESSED_TEX_IMAGE_IS_COMPRESSED_FORMAT_CASE(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR) in isCompressedFormat()
937 COMPRESSED_TEX_IMAGE_SUPPORT_CASE_ASTC(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR) in supportedCompressedFormat()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp456 return GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR; in getGLFormat()
553 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in mapGLCompressedTexFormat()
603 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in isCompressedFormat()
H A DgluStrUtil.inl936 …case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: return "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
1778 …case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: return "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp65 EXPAND_MACRO(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, 12, 12, true) \
333 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in decompressedInternalFormat()
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java110 public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD; field in GLES31Ext
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcExtTokens.cpp266 COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR; in init()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h469 format <= GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR)) in IsASTC2DFormat()
H A DCaps.cpp509 GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, in DetermineASTCLDRTextureSupport()
H A DvalidationES.cpp3586 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in ValidateCopyMixedFormatCompatible()
3743 return (nonLinearFormat == GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR); in ValidateCopyCompressedFormatCompatible()
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp39 … EXPAND_MACRO(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, astc_codec::FootprintType::k12x12, true) \
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp251 GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, in Context()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp56 … FormatID::ASTC_12x12_SRGB_BLOCK, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, GL_COMPRESSED_SRGB8_A…
423 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp4374 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in GetLoadFunctionsMap()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES31ExtHeader.java-if110 public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD;
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c828 { GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, 0 },
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1204 case GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR: in Get()
1206 static constexpr Format info(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, in Get()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp868 {GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, 12, 12, 16}};
H A DGetImageTest.cpp720 … {GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, 16, 12, 12}},
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp393 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_table_autogen.cpp225 mIntendedGLFormat = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR; in initialize()
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_opengles2.h1233 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD macro
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1804 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD macro

1234567891011