Home
last modified time | relevance | path

Searched refs:GetSupportInternalFormatGroup1 (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.h108 static const std::vector<GLenum> &GetSupportInternalFormatGroup1();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp438 const std::vector<GLenum>& WebGLTexture::GetSupportInternalFormatGroup1() in GetSupportInternalFormatGroup1() function in OHOS::Rosen::WebGLTexture
H A Dwebgl2_rendering_context_impl.cpp1483 if (CheckInList(arg.internalFormat, WebGLTexture::GetSupportInternalFormatGroup1())) { in RenderBufferStorageMultiSample()
1691 if (CheckInList(internalFormat, WebGLTexture::GetSupportInternalFormatGroup1())) { in GetInternalFormatParameter()