Home
last modified time | relevance | path

Searched refs:CheckQueryTarget (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_impl.h158 bool CheckQueryTarget(napi_env env, GLenum target, uint32_t& index);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp86 if (CheckQueryTarget(env, webGlQuery->GetTarget(), index)) { in DeleteQuery()
119 if (!CheckQueryTarget(env, target, index)) { in GetQuery()
147 if (!CheckQueryTarget(env, target, index)) { in BeginQuery()
169 if (!CheckQueryTarget(env, target, index)) { in EndQuery()
1921 bool WebGL2RenderingContextImpl::CheckQueryTarget(napi_env env, GLenum target, uint32_t& index) in CheckQueryTarget() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl