Home
last modified time | relevance | path

Searched refs:DrawElements (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h376 static napi_value DrawElements(napi_env env, napi_callback_info info);
H A Dwebgl_rendering_context_base_impl.h195 napi_value DrawElements(napi_env env, GLenum mode, GLsizei count, GLenum type, GLintptr offset);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp279 napi_value WebGLRenderingContextBaseImpl::DrawElements( in DrawElements() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl_rendering_context_base.cpp1071 napi_value WebGLRenderingContextBase::DrawElements(napi_env env, napi_callback_info info) in DrawElements() function in OHOS::Rosen::WebGLRenderingContextBase
1100 context->GetWebGLRenderingContextImpl().DrawElements( in DrawElements()
H A Dwebgl_rendering_context_common.cpp1556 NVal::DeclareNapiFunction("drawElements", WebGLRenderingContextBase::DrawElements), in GetRenderingContextBasePropertyDesc()