Home
last modified time | relevance | path

Searched refs:CheckDrawElements (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.cpp283 GLenum result = CheckDrawElements(env, mode, count, type, static_cast<int64_t>(offset)); in DrawElements()
1056 GLenum WebGLRenderingContextBaseImpl::CheckDrawElements( in CheckDrawElements() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl2_rendering_context_impl.cpp1295 GLenum result = CheckDrawElements(env, arg.mode, arg.count, arg.type, arg.offset); in DrawElementsInstanced()
1313 GLenum result = CheckDrawElements(env, arg.mode, arg.count, arg.type, arg.offset); in DrawRangeElements()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h323 GLenum CheckDrawElements(napi_env env, GLenum mode, GLsizei count, GLenum type, int64_t offset);