Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_sync.h34 static NVal CreateObjectInstance(napi_env env, WebGLSync **instance) in CreateObjectInstance() function
H A Dwebgl_program.h34 static NVal CreateObjectInstance(napi_env env, WebGLProgram** instance) in CreateObjectInstance() function
H A Dwebgl_vertex_array_object.h33 static NVal CreateObjectInstance(napi_env env, WebGLVertexArrayObject** instance) in CreateObjectInstance() function
H A Dwebgl_query.h36 static NVal CreateObjectInstance(napi_env env, WebGLQuery** instance) in CreateObjectInstance() function
H A Dwebgl_sampler.h32 static NVal CreateObjectInstance(napi_env env, WebGLSampler **instance) in CreateObjectInstance() function
H A Dwebgl_transform_feedback.h33 static NVal CreateObjectInstance(napi_env env, WebGLTransformFeedback** instance) in CreateObjectInstance() function
H A Dwebgl_buffer.h57 static NVal CreateObjectInstance(napi_env env, WebGLBuffer** instance) in CreateObjectInstance() function
H A Dwebgl_shader_precision_format.h38 static NVal CreateObjectInstance(napi_env env, WebGLShaderPrecisionFormat **instance) in CreateObjectInstance() function
H A Dwebgl_uniform_location.h33 static NVal CreateObjectInstance(napi_env env, WebGLUniformLocation** instance) in CreateObjectInstance() function
H A Dwebgl_active_info.h42 static NVal CreateObjectInstance(napi_env env, WebGLActiveInfo **instance) in CreateObjectInstance() function
H A Dwebgl_shader.h33 static NVal CreateObjectInstance(napi_env env, WebGLShader** instance) in CreateObjectInstance() function
H A Dwebgl_renderbuffer.h35 static NVal CreateObjectInstance(napi_env env, WebGLRenderbuffer** instance) in CreateObjectInstance() function
H A Dwebgl_object.h51 static NVal CreateObjectInstance(napi_env env, T** instance) in CreateObjectInstance() function
H A Dwebgl_texture.h47 static NVal CreateObjectInstance(napi_env env, WebGLTexture** instance) in CreateObjectInstance() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp70 NVal WebGLFramebuffer::CreateObjectInstance(napi_env env, WebGLFramebuffer** instance) in CreateObjectInstance() function in OHOS::Rosen::WebGLFramebuffer