Searched defs:WebGLSync (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ | ||
H A D | webgl_sync.h | 49 explicit WebGLSync() : sync_(0) {}; in WebGLSync() function in OHOS::Rosen::final 50 WebGLSync(napi_env env, napi_value exports) : NExporter(env, exports), sync_(0) {}; in WebGLSync() function in OHOS::Rosen::final |
Completed in 1 milliseconds