Home
last modified time | relevance | path

Searched refs:AddSupportElement (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.cpp27 static void AddSupportElement(std::vector<GLenum>& supports, GLenum ele) in AddSupportElement() function
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()
109 AddSupportElement(texImageSupportInternalFormats, data); in GetTexImageInternalFormat()
113 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGB_S3TC_DXT1_EXT); in GetTexImageInternalFormat()
114 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT); in GetTexImageInternalFormat()
115 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT); in GetTexImageInternalFormat()
[all …]