Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dmodule.cpp96 …if (!webGl2RenderingContext->SetWebGLContextAttributes(vec) || !webGl2RenderingContext->Export(env… in Export()
109 …if (!webGlRenderingContext->SetWebGLContextAttributes(vec) || !webGlRenderingContext->Export(env, … in Export()
H A Dwebgl_rendering_context_basic_base.cpp130 bool WebGLRenderingContextBasicBase::SetWebGLContextAttributes(const std::vector<std::string>& vec) in SetWebGLContextAttributes() function in OHOS::Rosen::WebGLRenderingContextBasicBase
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_basic_base.h51 bool SetWebGLContextAttributes(const std::vector<std::string>& vec);