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 D | webgl_sync.h | 34 static NVal CreateObjectInstance(napi_env env, WebGLSync **instance) in CreateObjectInstance() function
|
H A D | webgl_program.h | 34 static NVal CreateObjectInstance(napi_env env, WebGLProgram** instance) in CreateObjectInstance() function
|
H A D | webgl_vertex_array_object.h | 33 static NVal CreateObjectInstance(napi_env env, WebGLVertexArrayObject** instance) in CreateObjectInstance() function
|
H A D | webgl_query.h | 36 static NVal CreateObjectInstance(napi_env env, WebGLQuery** instance) in CreateObjectInstance() function
|
H A D | webgl_sampler.h | 32 static NVal CreateObjectInstance(napi_env env, WebGLSampler **instance) in CreateObjectInstance() function
|
H A D | webgl_transform_feedback.h | 33 static NVal CreateObjectInstance(napi_env env, WebGLTransformFeedback** instance) in CreateObjectInstance() function
|
H A D | webgl_buffer.h | 57 static NVal CreateObjectInstance(napi_env env, WebGLBuffer** instance) in CreateObjectInstance() function
|
H A D | webgl_shader_precision_format.h | 38 static NVal CreateObjectInstance(napi_env env, WebGLShaderPrecisionFormat **instance) in CreateObjectInstance() function
|
H A D | webgl_uniform_location.h | 33 static NVal CreateObjectInstance(napi_env env, WebGLUniformLocation** instance) in CreateObjectInstance() function
|
H A D | webgl_active_info.h | 42 static NVal CreateObjectInstance(napi_env env, WebGLActiveInfo **instance) in CreateObjectInstance() function
|
H A D | webgl_shader.h | 33 static NVal CreateObjectInstance(napi_env env, WebGLShader** instance) in CreateObjectInstance() function
|
H A D | webgl_renderbuffer.h | 35 static NVal CreateObjectInstance(napi_env env, WebGLRenderbuffer** instance) in CreateObjectInstance() function
|
H A D | webgl_object.h | 51 static NVal CreateObjectInstance(napi_env env, T** instance) in CreateObjectInstance() function
|
H A D | webgl_texture.h | 47 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 D | webgl_framebuffer.cpp | 70 NVal WebGLFramebuffer::CreateObjectInstance(napi_env env, WebGLFramebuffer** instance) in CreateObjectInstance() function in OHOS::Rosen::WebGLFramebuffer
|