Home
last modified time | relevance | path

Searched refs:AddWebGLObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dmodule.cpp94 ObjectManager::GetInstance().AddWebGLObject(true, idStr, webGl2RenderingContext); in Export()
107 ObjectManager::GetInstance().AddWebGLObject(false, idStr, webGlRenderingContext); in Export()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dobject_manager.h45 …void AddWebGLObject(bool webGL2, const std::string& contextId, WebGLRenderingContextBasicBase* obj) in AddWebGLObject() function