Home
last modified time | relevance | path

Searched refs:extentionAstcSupportInternalFormats (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_ext.cpp61 static std::vector<GLenum> extentionAstcSupportInternalFormats {}; in GetExtentionAstcTexImageInternal() local
64 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_4x4_KHR); in GetExtentionAstcTexImageInternal()
65 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_5x4_KHR); in GetExtentionAstcTexImageInternal()
66 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_5x5_KHR); in GetExtentionAstcTexImageInternal()
67 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_6x5_KHR); in GetExtentionAstcTexImageInternal()
68 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_6x6_KHR); in GetExtentionAstcTexImageInternal()
69 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x5_KHR); in GetExtentionAstcTexImageInternal()
70 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x6_KHR); in GetExtentionAstcTexImageInternal()
71 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x8_KHR); in GetExtentionAstcTexImageInternal()
72 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_10x5_KHR); in GetExtentionAstcTexImageInternal()
[all …]