Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h108 napi_value DrawRangeElements(napi_env env, const DrawElementArg& arg, GLuint start, GLuint end);
H A Dwebgl2_rendering_context_base.h345 static napi_value DrawRangeElements(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp1278 napi_value WebGL2RenderingContextBase::DrawRangeElements(napi_env env, napi_callback_info info) in DrawRangeElements() function in OHOS::Rosen::WebGL2RenderingContextBase
1315 context->GetWebGL2RenderingContextImpl().DrawRangeElements(env, arg, start, end); in DrawRangeElements()
H A Dwebgl2_rendering_context.cpp1420 … NVal::DeclareNapiFunction("drawRangeElements", WebGL2RenderingContextBase::DrawRangeElements), in Export()
H A Dwebgl2_rendering_context_impl.cpp1308 napi_value WebGL2RenderingContextImpl::DrawRangeElements( in DrawRangeElements() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl