Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dmodule.cpp88 … static_cast<WebGL2RenderingContext *>(ObjectManager::GetInstance().GetWebGLContext(true, idStr)); in Export()
101 … static_cast<WebGLRenderingContext *>(ObjectManager::GetInstance().GetWebGLContext(false, idStr)); in Export()
H A Dutil.cpp83 return ObjectManager::GetInstance().GetWebGLContext(webgl2Str == "webgl2", contextId); in GetContextObject()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dobject_manager.h35 WebGLRenderingContextBasicBase* GetWebGLContext(bool webGL2, const std::string& contextId) in GetWebGLContext() function