Searched refs:pbOffset (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_draw.cpp | 130 …bGLRenderingContextBaseImpl::TexImage2D(napi_env env, const TexImageArg& imgArg, GLintptr pbOffset) in TexImage2D() argument 152 imgArg.format, imgArg.type, reinterpret_cast<GLvoid*>(pbOffset)); in TexImage2D() 170 …ringContextBaseImpl::TexSubImage2D(napi_env env, const TexSubImage2DArg& imgArg, GLintptr pbOffset) in TexSubImage2D() argument 184 imgArg.format, imgArg.type, reinterpret_cast<void *>(pbOffset)); in TexSubImage2D()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base_impl.h | 129 napi_value TexImage2D(napi_env env, const TexImageArg& info, GLintptr pbOffset); 133 napi_value TexSubImage2D(napi_env env, const TexSubImage2DArg& info, GLintptr pbOffset);
|