Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_active_info.h80 explicit WebGLActiveInfo() : size_(0), type_(0) {}; in WebGLActiveInfo() function
82WebGLActiveInfo(napi_env env, napi_value exports) : NExporter(env, exports), size_(0), type_(0) {}; in WebGLActiveInfo() function