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