Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_program.h54 explicit WebGLProgram() : programId_(0) {}; in WebGLProgram() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_program.cpp67 WebGLProgram::WebGLProgram(napi_env env, napi_value exports) : NExporter(env, exports), programId_(… in WebGLProgram() function in OHOS::Rosen::WebGLProgram