Searched defs:WebGLSync (Results 1 – 1 of 1) sorted by relevance
43 explicit WebGLSync() : m_sync(0) {}; in WebGLSync() function45 WebGLSync(napi_env env, napi_value exports) : NExporter(env, exports), m_sync(0) {}; in WebGLSync() function