Searched refs:DrawArraysInstanced (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context_impl.h | 106 …napi_value DrawArraysInstanced(napi_env env, GLenum mode, GLint first, GLsizei count, GLsizei inst…
|
H A D | webgl2_rendering_context_base.h | 343 static napi_value DrawArraysInstanced(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_base.cpp | 1210 napi_value WebGL2RenderingContextBase::DrawArraysInstanced(napi_env env, napi_callback_info info) in DrawArraysInstanced() function in OHOS::Rosen::WebGL2RenderingContextBase 1240 …context->GetWebGL2RenderingContextImpl().DrawArraysInstanced(env, mode, first, count, instanceCoun… in DrawArraysInstanced()
|
H A D | webgl2_rendering_context.cpp | 1418 … NVal::DeclareNapiFunction("drawArraysInstanced", WebGL2RenderingContextBase::DrawArraysInstanced), in Export()
|
H A D | webgl2_rendering_context_impl.cpp | 1273 napi_value WebGL2RenderingContextImpl::DrawArraysInstanced( in DrawArraysInstanced() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl
|