Home
last modified time | relevance | path

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

/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() argument
37 int index = webGL2 ? 1 : 0; in GetWebGLContext()
45 …void AddWebGLObject(bool webGL2, const std::string& contextId, WebGLRenderingContextBasicBase* obj) in AddWebGLObject() argument
47 int index = webGL2 ? 1 : 0; in AddWebGLObject()
51 void DeleteWebGLObject(bool webGL2, WebGLRenderingContextBasicBase* obj) in DeleteWebGLObject() argument
53 int index = webGL2 ? 1 : 0; in DeleteWebGLObject()