Home
last modified time | relevance | path

Searched refs:DeleteFrameBuffer (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp325 device_.DeleteFrameBuffer(id); in ~SwapchainGLES()
H A Dnode_context_pool_manager_gles.cpp247 device.DeleteFrameBuffer(f); in DeleteFbos()
250 device.DeleteFrameBuffer(r); in DeleteFbos()
H A Ddevice_gles.h219 void DeleteFrameBuffer(uint32_t fbo);
H A Drender_backend_gles.cpp741 device_.DeleteFrameBuffer(blitImageSourceFbo_); in ~RenderBackendGLES()
742 device_.DeleteFrameBuffer(blitImageDestinationFbo_); in ~RenderBackendGLES()
H A Ddevice_gles.cpp1803 void DeviceGLES::DeleteFrameBuffer(uint32_t fbo) in DeleteFrameBuffer() function in DeviceGLES
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h159 napi_value DeleteFrameBuffer(napi_env env, napi_value object);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp481 napi_value WebGLRenderingContextBaseImpl::DeleteFrameBuffer(napi_env env, napi_value object) in DeleteFrameBuffer() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl_rendering_context_base.cpp872 context->GetWebGLRenderingContextImpl().DeleteFrameBuffer(env, funcArg[NARG_POS::FIRST]); in DeleteFramebuffer()