Home
last modified time | relevance | path

Searched refs:CheckPixelsFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h302 bool CheckPixelsFormat(napi_env env, GLenum format);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2579 bool WebGLRenderingContextBaseImpl::CheckPixelsFormat(napi_env env, GLenum format) in CheckPixelsFormat() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
2751 if (!CheckPixelsFormat(env, arg.format) || !CheckPixelsType(env, arg.type)) { in CheckReadPixelsArg()