Home
last modified time | relevance | path

Searched defs:TexSubImage2DArg (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h292 struct TexSubImage2DArg : public TexImageArg { struct
295 TexSubImage2DArg() : TexImageArg(), xOffset(0), yOffset{0} {} in TexSubImage2DArg() argument
296 TexSubImage2DArg(const TexSubImage2DArg& arg) : TexImageArg(arg) in TexSubImage2DArg() function