Searched refs:DrawElements (Results 1 – 5 of 5) sorted by relevance
376 static napi_value DrawElements(napi_env env, napi_callback_info info);
195 napi_value DrawElements(napi_env env, GLenum mode, GLsizei count, GLenum type, GLintptr offset);
279 napi_value WebGLRenderingContextBaseImpl::DrawElements( in DrawElements() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
1071 napi_value WebGLRenderingContextBase::DrawElements(napi_env env, napi_callback_info info) in DrawElements() function in OHOS::Rosen::WebGLRenderingContextBase1100 context->GetWebGLRenderingContextImpl().DrawElements( in DrawElements()
1556 NVal::DeclareNapiFunction("drawElements", WebGLRenderingContextBase::DrawElements), in GetRenderingContextBasePropertyDesc()