Home
last modified time | relevance | path

Searched refs:BindBufferBase (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.h118 napi_value BindBufferBase(napi_env env, const BufferBaseArg& arg, napi_value bufferObj);
H A Dwebgl2_rendering_context_base.h356 static napi_value BindBufferBase(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.cpp1596 napi_value WebGL2RenderingContextBase::BindBufferBase(napi_env env, napi_callback_info info) in BindBufferBase() function in OHOS::Rosen::WebGL2RenderingContextBase
1615 context->GetWebGL2RenderingContextImpl().BindBufferBase(env, arg, funcArg[NARG_POS::THIRD]); in BindBufferBase()
H A Dwebgl2_rendering_context.cpp1433 NVal::DeclareNapiFunction("bindBufferBase", WebGL2RenderingContextBase::BindBufferBase), in Export()
H A Dwebgl2_rendering_context_impl.cpp1535 napi_value WebGL2RenderingContextImpl::BindBufferBase(napi_env env, const BufferBaseArg& arg, napi_… in BindBufferBase() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl