Home
last modified time | relevance | path

Searched refs:BufferBaseArg (Results 1 – 4 of 4) 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);
120 … napi_env env, const BufferBaseArg& arg, napi_value bufferObj, GLintptr offset, GLsizeiptr size);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h338 struct BufferBaseArg { struct
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1535 napi_value WebGL2RenderingContextImpl::BindBufferBase(napi_env env, const BufferBaseArg& arg, napi_… in BindBufferBase()
1564 napi_env env, const BufferBaseArg& arg, napi_value bufferObj, GLintptr offset, GLsizeiptr size) in BindBufferRange()
H A Dwebgl2_rendering_context_base.cpp1604 BufferBaseArg arg { 0 }; in BindBufferBase()
1625 BufferBaseArg arg { 0 }; in BindBufferRange()