Home
last modified time | relevance | path

Searched refs:texImageSupportInternalFormats (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.cpp97 static std::vector<GLenum> texImageSupportInternalFormats {}; in GetTexImageInternalFormat() local
104 return texImageSupportInternalFormats; in GetTexImageInternalFormat()
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()
116 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT); in GetTexImageInternalFormat()
120 return texImageSupportInternalFormats; in GetTexImageInternalFormat()