/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | web-analyse.md | 129 | 点击响应结束点 | NotifyFrameSwapped,UnloadOldFrame/第一个SkiaOutputSurfaceImplOnGpu::SwapBuffers | 131 | 光栅化&合成 | 从ProxyImpl::NotifyReadyToCommitOnImpl开始到SwapBuffers结束 | 132 | 完成时延结束 | 最后一个SkiaOutputSurfaceImplOnGpu::SwapBuffers |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | drawing_proxy.cpp | 60 void DrawingProxy::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::DrawingProxy 62 canvasContext_->SwapBuffers(); in SwapBuffers()
|
H A D | canvas_context.cpp | 96 void CanvasContext::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::CanvasContext 98 renderBackend_->SwapBuffers(); in SwapBuffers()
|
H A D | gles_render_backend.cpp | 112 void GLESRenderBackend::SwapBuffers() in SwapBuffers() function in OHOS::Rosen::GLESRenderBackend 118 eglManager_->SwapBuffers(); in SwapBuffers()
|
H A D | drawing_proxy.h | 32 void SwapBuffers();
|
H A D | egl_manager.h | 34 void SwapBuffers();
|
H A D | canvas_context.h | 35 void SwapBuffers();
|
H A D | interface_render_backend.h | 32 virtual void SwapBuffers() = 0;
|
H A D | software_render_backend.h | 31 void SwapBuffers() override {}; in SwapBuffers() function
|
H A D | vulkan_render_backend.h | 40 void SwapBuffers() override {} in SwapBuffers() function
|
H A D | gles_render_backend.h | 45 void SwapBuffers() override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_vk.cpp | 103 void RenderContextOhosVk::SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in SwapBuffers() function in OHOS::Rosen::RenderContextOhosVk 106 vulkanWindow_->SwapBuffers(); in SwapBuffers()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/ |
H A D | render_context_ohos_raster.h | 33 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
|
H A D | render_context_ohos_vk.h | 37 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
|
H A D | render_context_ohos_gl.h | 45 void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.h | 39 virtual bool SwapBuffers(const RenderSurface *surface);
|
H A D | render_context.cpp | 104 bool RenderContext::SwapBuffers(const RenderSurface *surface) in SwapBuffers() function in OHOS::Media::Effect::RenderContext
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | egl_surface.h | 37 virtual GSError SwapBuffers() = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.h | 57 void SwapBuffers(const SwapchainGLES& swapChain);
|
H A D | egl_state.h | 62 void SwapBuffers(const SwapchainGLES& swapchain);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | render_context_base.h | 40 virtual void SwapBuffers(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {} in SwapBuffers() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_gl.cpp | 74 drawingProxy_->SwapBuffers(); in FlushFrame()
|
H A D | surface_ohos_vulkan.cpp | 240 mVulkanWindow_->SwapBuffers(ddgrCanvas_); in FlushFrame() 242 mVulkanWindow_->SwapBuffers(); in FlushFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/ |
H A D | glfw_render_context.h | 57 void SwapBuffers();
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 194 bool result = renderContext->SwapBuffers(renderEnvironment->screenSurface_); 200 result = renderContext->SwapBuffers(renderEnvironment->screenSurface_);
|