Home
last modified time | relevance | path

Searched refs:CopyTexImage2DArg (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.h314 struct CopyTexImage2DArg : public TexImageArg { struct
317 CopyTexImage2DArg() : TexImageArg(), x(0), y{0} {} in CopyTexImage2DArg() argument
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h144 napi_value CopyTexImage2D(napi_env env, const CopyTexImage2DArg& imgArg);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp678 napi_value WebGLRenderingContextBaseImpl::CopyTexImage2D(napi_env env, const CopyTexImage2DArg& img… in CopyTexImage2D()
H A Dwebgl_rendering_context_base.cpp661 CopyTexImage2DArg imgArg = {}; in CopyTexImage2D()