Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h188 napi_value CheckFrameBufferStatus(napi_env env, GLenum target);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp1873 napi_value WebGLRenderingContextBaseImpl::CheckFrameBufferStatus(napi_env env, GLenum target) in CheckFrameBufferStatus() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl_rendering_context_base.cpp516 context->GetWebGLRenderingContextImpl().CheckFrameBufferStatus(env, target); in CheckFramebufferStatus()