Home
last modified time | relevance | path

Searched refs:CheckReadPixelsArg (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.cpp324 GLenum result = CheckReadPixelsArg(env, arg, size); in ReadPixels()
345 … GLenum result = CheckReadPixelsArg(env, arg, static_cast<int64_t>(bufferData.GetBufferLength())); in ReadPixels()
H A Dwebgl_rendering_context_base_impl.cpp2749 GLenum WebGLRenderingContextBaseImpl::CheckReadPixelsArg(napi_env env, const PixelsArg& arg, uint64… in CheckReadPixelsArg() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h330 GLenum CheckReadPixelsArg(napi_env env, const PixelsArg& arg, uint64_t bufferSize);