Home
last modified time | relevance | path

Searched refs:WebGLArgInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h75 struct WebGLArgInfo { struct
79 WebGLArgInfo(uint32_t index, WebGLArgType type, const char* name) in WebGLArgInfo() argument
81 ~WebGLArgInfo() {} in ~WebGLArgInfo() argument
486 bool GetWebGLArg(napi_value data, WebGLArgValue& args, const WebGLArgInfo& func);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp34 bool WebGLArg::GetWebGLArg(napi_value data, WebGLArgValue& arg, const WebGLArgInfo& func) in GetWebGLArg()