Searched refs:GetWebGLContext (Results 1 – 3 of 3) sorted by relevance
88 … static_cast<WebGL2RenderingContext *>(ObjectManager::GetInstance().GetWebGLContext(true, idStr)); in Export()101 … static_cast<WebGLRenderingContext *>(ObjectManager::GetInstance().GetWebGLContext(false, idStr)); in Export()
83 return ObjectManager::GetInstance().GetWebGLContext(webgl2Str == "webgl2", contextId); in GetContextObject()
35 WebGLRenderingContextBasicBase* GetWebGLContext(bool webGL2, const std::string& contextId) in GetWebGLContext() function