Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context.h37 NExporter(env, exports), contextImpl_(WEBGL_2_0, this) {}; // 2 is WebGL2 in WebGL2RenderingContext()
39 …explicit WebGL2RenderingContext() : WebGLRenderingContextBasicBase(), contextImpl_(WEBGL_2_0, this… in WebGL2RenderingContext()
H A Dwebgl_rendering_context_basic_base.h33 enum : int { WEBGL_1_0 = 0, WEBGL_2_0 }; enumerator