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 D | webgl2_rendering_context_impl.h | 118 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 D | webgl_arg.h | 338 struct BufferBaseArg { struct
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 1535 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 D | webgl2_rendering_context_base.cpp | 1604 BufferBaseArg arg { 0 }; in BindBufferBase() 1625 BufferBaseArg arg { 0 }; in BindBufferRange()
|