Home
last modified time | relevance | path

Searched refs:GetSupportInternalFormatGroup2 (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.h109 static const std::vector<GLenum> &GetSupportInternalFormatGroup2();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp451 const std::vector<GLenum>& WebGLTexture::GetSupportInternalFormatGroup2() in GetSupportInternalFormatGroup2() function in OHOS::Rosen::WebGLTexture
H A Dwebgl2_rendering_context_impl.cpp1488 … } else if (!CheckInList(arg.internalFormat, WebGLTexture::GetSupportInternalFormatGroup2())) { in RenderBufferStorageMultiSample()
1693 } else if (!CheckInList(internalFormat, WebGLTexture::GetSupportInternalFormatGroup2())) { in GetInternalFormatParameter()