Home
last modified time | relevance | path

Searched refs:CopyTexSubImageArg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h320 struct CopyTexSubImageArg : public TexImageArg { struct
325 CopyTexSubImageArg() : TexImageArg(), xOffset(0), yOffset{0}, x(0), y(0) {} in CopyTexSubImageArg() argument
328 struct CopyTexSubImage3DArg : public CopyTexSubImageArg {
330 CopyTexSubImage3DArg() : CopyTexSubImageArg(), zOffset(0) {} in CopyTexSubImage3DArg()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h145 napi_value CopyTexSubImage2D(napi_env env, const CopyTexSubImageArg& imgArg);
326 GLenum CheckCopyTexSubImage(napi_env env, const CopyTexSubImageArg& imgArg);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp727 napi_value WebGLRenderingContextBaseImpl::CopyTexSubImage2D(napi_env env, const CopyTexSubImageArg&… in CopyTexSubImage2D()
1010 GLenum WebGLRenderingContextBaseImpl::CheckCopyTexSubImage(napi_env env, const CopyTexSubImageArg& … in CheckCopyTexSubImage()
H A Dwebgl_rendering_context_base.cpp708 CopyTexSubImageArg imgArg = {}; in CopyTexSubImage2D()