Home
last modified time | relevance | path

Searched defs:glSupport (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2277 GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support) in CheckGLenum()
2293 bool WebGLRenderingContextBaseImpl::CheckInList(GLenum type, const std::vector<GLenum>& glSupport) in CheckInList()
2314 …static const std::vector<GLenum> glSupport = { WebGLRenderingContextBase::RGBA4, WebGLRenderingCon… in CheckInternalFormat() local
2338 static const std::vector<GLenum> glSupport = { WebGLRenderingContextBase::COLOR_ATTACHMENT0, in CheckAttachment() local
H A Dwebgl_rendering_context_base.cpp59 …ol CheckGLenum(napi_env env, napi_value thisVar, GLenum type, const std::vector<GLenum>& glSupport, in CheckGLenum()