Home
last modified time | relevance | path

Searched refs:SwapBuffers (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Ddrawing_proxy.cpp60 void DrawingProxy::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::DrawingProxy
62 canvasContext_->SwapBuffers(); in SwapBuffers()
H A Dcanvas_context.cpp96 void CanvasContext::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::CanvasContext
98 renderBackend_->SwapBuffers(); in SwapBuffers()
H A Ddrawing_proxy.h32 void SwapBuffers();
H A Degl_manager.h34 void SwapBuffers();
H A Dinterface_render_backend.h32 virtual void SwapBuffers() = 0;
H A Dsoftware_render_backend.h31 void SwapBuffers() override {};
H A Dcanvas_context.h35 void SwapBuffers();
H A Dgles_render_backend.cpp112 void GLESRenderBackend::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::GLESRenderBackend
115 LOGE("eglManager_ is nullptr, can not SwapBuffers"); in SwapBuffers()
118 eglManager_->SwapBuffers(); in SwapBuffers()
H A Dgles_render_backend.h45 void SwapBuffers() override;
H A Dvulkan_render_backend.h40 void SwapBuffers() override {}
H A Degl_manager.cpp193 void EGLManager::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::EGLManager
196 LOGE("Failed to SwapBuffers on surface, error=%{public}x", eglGetError()); in SwapBuffers()
198 LOGD("SwapBuffers successfully"); in SwapBuffers()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_raster.h33 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
H A Drender_context_ohos_vk.h37 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
H A Drender_context_ohos_gl.h45 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h37 virtual GSError SwapBuffers() = 0;
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.h39 virtual bool SwapBuffers(const RenderSurface *surface);
H A Drender_context.cpp102 bool RenderContext::SwapBuffers(const RenderSurface *surface) in SwapBuffers() function in OHOS::Media::Effect::RenderContext
105 EFFECT_LOGE("EGL SwapBuffers failed"); in SwapBuffers()
109 EFFECT_LOGE("EGL SwapBuffers surface is null"); in SwapBuffers()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h40 virtual void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {} in SwapBuffers() function in OHOS::Rosen::RenderContextBase
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h57 void SwapBuffers();
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h57 void SwapBuffers(const SwapchainGLES& swapChain);
H A Degl_state.h62 void SwapBuffers(const SwapchainGLES& swapchain);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_gl.cpp74 drawingProxy_->SwapBuffers(); in FlushFrame()
H A Dsurface_ohos_vulkan.cpp233 mVulkanWindow_->SwapBuffers(ddgrCanvas_); in FlushFrame()
235 mVulkanWindow_->SwapBuffers(); in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp121 context->SwapBuffers(mEglSurface); in FlushFrame()
122 ROSEN_LOGD("RSSurfaceOhosGl: FlushFrame, SwapBuffers eglsurface"); in FlushFrame()
/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp195 bool result = renderContext->SwapBuffers(renderEnvironment->screenSurface_); in HWTEST_F()
201 result = renderContext->SwapBuffers(renderEnvironment->screenSurface_); in HWTEST_F()

Completed in 8 milliseconds

12