Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h110 static const std::vector<GLenum>& GetSupportedInternalFormats();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp469 const std::vector<GLenum>& WebGLTexture::GetSupportedInternalFormats() in GetSupportedInternalFormats() function in OHOS::Rosen::WebGLTexture
H A Dwebgl_rendering_context_draw.cpp1175 if (!CheckInList(internalFormat, WebGLTexture::GetSupportedInternalFormats())) { in CheckTextureFormatAndType()