Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dobject_manager.h51 void DeleteWebGLObject(bool webGL2, WebGLRenderingContextBasicBase* obj) in DeleteWebGLObject() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context.cpp102 ObjectManager::GetInstance().DeleteWebGLObject(false, this); in ~WebGLRenderingContext()
H A Dwebgl2_rendering_context.cpp1779 ObjectManager::GetInstance().DeleteWebGLObject(true, this); in ~WebGL2RenderingContext()