Home
last modified time | relevance | path

Searched defs:WebGLSync (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/webgl/include/webgl/
Dwebgl_sync.h43 explicit WebGLSync() : m_sync(0) {}; in WebGLSync() function
45 WebGLSync(napi_env env, napi_value exports) : NExporter(env, exports), m_sync(0) {}; in WebGLSync() function