Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_program.h39 static WebGLProgram* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() function
H A Dwebgl_uniform_location.h52 static WebGLUniformLocation* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() function
H A Dwebgl_shader.h64 static WebGLShader* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() function
H A Dwebgl_object.h65 static T* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() function
H A Dwebgl_texture.h74 static WebGLTexture* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h488 T* WebGLRenderingContextBaseImpl::GetObjectInstance(napi_env env, uint64_t id) in GetObjectInstance() function