Home
last modified time | relevance | path

Searched refs:CheckDrawArrays (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp295 GLenum result = CheckDrawArrays(env, mode, first, count); in DrawArrays()
1035 GLenum WebGLRenderingContextBaseImpl::CheckDrawArrays(napi_env env, GLenum mode, GLint first, GLsiz… in CheckDrawArrays() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl2_rendering_context_impl.cpp1278 GLenum result = CheckDrawArrays(env, mode, first, count); in DrawArraysInstanced()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h324 GLenum CheckDrawArrays(napi_env env, GLenum mode, GLint first, GLsizei count);