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 D | webgl_rendering_context_draw.cpp | 283 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 D | webgl2_rendering_context_impl.cpp | 1295 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 D | webgl_rendering_context_base_impl.h | 323 GLenum CheckDrawElements(napi_env env, GLenum mode, GLsizei count, GLenum type, int64_t offset);
|