Home
last modified time | relevance | path

Searched defs:WebGLImageOption (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.h84 struct WebGLImageOption { struct
91 WebGLImageOption() : format(0), type(0), width(0), height(0) {} in WebGLImageOption() argument
92 WebGLImageOption(GLenum format, GLenum type, GLsizei width, GLsizei height) in WebGLImageOption() argument
100 WebGLImageOption(GLenum format, GLenum type, GLsizei width, GLsizei height, GLsizei depth) in WebGLImageOption() function
108 void Assign(const WebGLImageOption& opt) in Assign() argument