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 D | webgl2_rendering_context_impl.h | 118 napi_value BindBufferBase(napi_env env, const BufferBaseArg& arg, napi_value bufferObj);
|
H A D | webgl2_rendering_context_base.h | 356 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 D | webgl2_rendering_context_base.cpp | 1596 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 D | webgl2_rendering_context.cpp | 1433 NVal::DeclareNapiFunction("bindBufferBase", WebGL2RenderingContextBase::BindBufferBase), in Export()
|
H A D | webgl2_rendering_context_impl.cpp | 1535 napi_value WebGL2RenderingContextImpl::BindBufferBase(napi_env env, const BufferBaseArg& arg, napi_… in BindBufferBase() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl
|