Home
last modified time | relevance | path

Searched refs:BindTransformFeedback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h71 napi_value BindTransformFeedback(napi_env env, napi_value obj, GLenum target);
H A Dwebgl2_rendering_context_base.h325 static napi_value BindTransformFeedback(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp562 napi_value WebGL2RenderingContextBase::BindTransformFeedback(napi_env env, napi_callback_info info) in BindTransformFeedback() function in OHOS::Rosen::WebGL2RenderingContextBase
580 …return context->GetWebGL2RenderingContextImpl().BindTransformFeedback(env, funcArg[NARG_POS::SECON… in BindTransformFeedback()
H A Dwebgl2_rendering_context.cpp1400 …l::DeclareNapiFunction("bindTransformFeedback", WebGL2RenderingContextBase::BindTransformFeedback), in Export()
H A Dwebgl2_rendering_context_impl.cpp559 napi_value WebGL2RenderingContextImpl::BindTransformFeedback(napi_env env, napi_value obj, GLenum t… in BindTransformFeedback() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl