Home
last modified time | relevance | path

Searched refs:presentation_callback (Results 1 – 25 of 98) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/gpu/
H A Dgbm_surfaceless_wayland.cc86 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
92 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SwapBuffersAsync()
104 frame->presentation_callback = std::move(presentation_callback); in SwapBuffersAsync()
136 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
141 std::move(presentation_callback)); in PostSubBufferAsync()
213 std::move(submitted_frame_->presentation_callback) in SubmitFrame()
268 std::move(frame->presentation_callback).Run(feedback); in OnPresentation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/gpu/
H A Dgbm_surfaceless.cc109 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
115 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SwapBuffersAsync()
128 frame->presentation_callback = std::move(presentation_callback); in SwapBuffersAsync()
170 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
173 std::move(presentation_callback)); in PostSubBufferAsync()
277 std::move(submitted_frame_->presentation_callback).Run(feedback); in OnPresentation()
H A Dgbm_overlay_surface.cc36 PresentationCallback presentation_callback, in SubmitFrame() argument
48 unsubmitted_frame.presentation_callback = std::move(presentation_callback); in SubmitFrame()
92 std::move(presented_frame_.presentation_callback).Run(presentation_feedback); in OnPresentation()
H A Ddrm_window.cc97 PresentationOnceCallback presentation_callback) { in SchedulePageFlip() argument
114 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SchedulePageFlip()
122 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SchedulePageFlip()
128 std::move(presentation_callback)); in SchedulePageFlip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/gpu/
H A Dgbm_surfaceless_wayland.cc94 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
101 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SwapBuffersAsync()
113 frame->presentation_callback = std::move(presentation_callback); in SwapBuffersAsync()
159 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
164 std::move(presentation_callback)); in PostSubBufferAsync()
233 std::move(submitted_frame->presentation_callback) in MaybeSubmitFrames()
361 std::move(frame->presentation_callback).Run(frame->feedback); in OnPresentation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dgl_output_surface.cc127 gpu::ContextSupport::PresentationCallback presentation_callback; in SwapBuffers() local
128 presentation_callback = base::BindOnce(&GLOutputSurface::OnPresentation, in SwapBuffers()
134 std::move(presentation_callback)); in SwapBuffers()
138 std::move(presentation_callback)); in SwapBuffers()
141 std::move(presentation_callback)); in SwapBuffers()
173 gpu::ContextSupport::PresentationCallback presentation_callback) { in HandlePartialSwap() argument
176 std::move(presentation_callback)); in HandlePartialSwap()
H A Doutput_presenter_gl.cc310 BufferPresentedCallback presentation_callback) { in SwapBuffers() argument
313 std::move(presentation_callback)); in SwapBuffers()
315 auto result = gl_surface_->SwapBuffers(std::move(presentation_callback)); in SwapBuffers()
323 BufferPresentedCallback presentation_callback) { in PostSubBuffer() argument
327 std::move(completion_callback), std::move(presentation_callback)); in PostSubBuffer()
331 std::move(presentation_callback)); in PostSubBuffer()
373 BufferPresentedCallback presentation_callback) { in CommitOverlayPlanes() argument
376 std::move(presentation_callback)); in CommitOverlayPlanes()
379 gl_surface_->CommitOverlayPlanes(std::move(presentation_callback)); in CommitOverlayPlanes()
H A Doutput_presenter_fuchsia.h52 BufferPresentedCallback presentation_callback) final;
55 BufferPresentedCallback presentation_callback) final;
57 BufferPresentedCallback presentation_callback) final;
94 BufferPresentedCallback presentation_callback; member
H A Doutput_presenter_gl.h55 BufferPresentedCallback presentation_callback) final;
58 BufferPresentedCallback presentation_callback) final;
60 BufferPresentedCallback presentation_callback) final;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dgl_output_surface.cc121 gpu::ContextSupport::PresentationCallback presentation_callback; in SwapBuffers() local
122 presentation_callback = base::BindOnce(&GLOutputSurface::OnPresentation, in SwapBuffers()
128 std::move(presentation_callback)); in SwapBuffers()
132 std::move(presentation_callback)); in SwapBuffers()
135 std::move(presentation_callback)); in SwapBuffers()
167 gpu::ContextSupport::PresentationCallback presentation_callback) { in HandlePartialSwap() argument
170 std::move(presentation_callback)); in HandlePartialSwap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_surface.cc78 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
101 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
112 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
318 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
320 std::move(presentation_callback)); in SwapBuffersAsync()
343 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
346 std::move(presentation_callback)); in PostSubBufferAsync()
356 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
358 std::move(presentation_callback)); in CommitOverlayPlanesAsync()
H A Dgl_surface.h139 PresentationCallback presentation_callback);
165 PresentationCallback presentation_callback);
180 PresentationCallback presentation_callback);
338 PresentationCallback presentation_callback) override;
351 PresentationCallback presentation_callback) override;
355 PresentationCallback presentation_callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_surface.cc79 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
102 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
113 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
319 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
321 std::move(presentation_callback)); in SwapBuffersAsync()
344 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
347 std::move(presentation_callback)); in PostSubBufferAsync()
357 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
359 std::move(presentation_callback)); in CommitOverlayPlanesAsync()
H A Dgl_surface.h142 PresentationCallback presentation_callback);
168 PresentationCallback presentation_callback);
183 PresentationCallback presentation_callback);
342 PresentationCallback presentation_callback) override;
355 PresentationCallback presentation_callback) override;
359 PresentationCallback presentation_callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/drm/gpu/
H A Dgbm_surfaceless.cc120 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
127 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SwapBuffersAsync()
140 frame->presentation_callback = std::move(presentation_callback); in SwapBuffersAsync()
182 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
185 std::move(presentation_callback)); in PostSubBufferAsync()
307 std::move(submitted_frame_->presentation_callback).Run(feedback_copy); in OnPresentation()
H A Dgbm_overlay_surface.cc36 PresentationCallback presentation_callback, in SubmitFrame() argument
48 unsubmitted_frame.presentation_callback = std::move(presentation_callback); in SubmitFrame()
92 std::move(presented_frame_.presentation_callback).Run(presentation_feedback); in OnPresentation()
H A Ddrm_window.cc96 PresentationOnceCallback presentation_callback) { in SchedulePageFlip() argument
113 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SchedulePageFlip()
121 std::move(presentation_callback).Run(gfx::PresentationFeedback::Failure()); in SchedulePageFlip()
127 std::move(presentation_callback)); in SchedulePageFlip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dcontext_support.h68 PresentationCallback presentation_callback) = 0;
72 PresentationCallback presentation_callback) = 0;
77 PresentationCallback presentation_callback) = 0;
81 PresentationCallback presentation_callback) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dcontext_support.h68 PresentationCallback presentation_callback) = 0;
72 PresentationCallback presentation_callback) = 0;
77 PresentationCallback presentation_callback) = 0;
81 PresentationCallback presentation_callback) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/test/
H A Dtest_context_support.h44 PresentationCallback presentation_callback) override {} in Swap() argument
48 PresentationCallback presentation_callback) override {} in SwapWithBounds() argument
52 PresentationCallback presentation_callback) override { in PartialSwapBuffers() argument
57 PresentationCallback presentation_callback) override {} in CommitOverlayPlanes() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dimage_transport_surface_overlay_mac.h63 gl::GLSurface::PresentationCallback presentation_callback) override;
76 gl::GLSurface::PresentationCallback presentation_callback) override;
81 gl::GLSurface::PresentationCallback presentation_callback) override;
111 gl::GLSurface::PresentationCallback presentation_callback);
H A Dpass_through_image_transport_surface.cc68 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
83 std::move(presentation_callback), local_swap_id_)); in SwapBuffersAsync()
125 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
136 std::move(presentation_callback), local_swap_id_)); in PostSubBufferAsync()
154 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
163 std::move(presentation_callback), local_swap_id_)); in CommitOverlayPlanesAsync()
H A Dpass_through_image_transport_surface.h35 PresentationCallback presentation_callback) override;
48 PresentationCallback presentation_callback) override;
52 PresentationCallback presentation_callback) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dpass_through_image_transport_surface.cc68 PresentationCallback presentation_callback) { in SwapBuffersAsync() argument
83 std::move(presentation_callback), local_swap_id_)); in SwapBuffersAsync()
125 PresentationCallback presentation_callback) { in PostSubBufferAsync() argument
136 std::move(presentation_callback), local_swap_id_)); in PostSubBufferAsync()
154 PresentationCallback presentation_callback) { in CommitOverlayPlanesAsync() argument
163 std::move(presentation_callback), local_swap_id_)); in CommitOverlayPlanesAsync()
H A Dpass_through_image_transport_surface.h35 PresentationCallback presentation_callback) override;
48 PresentationCallback presentation_callback) override;
52 PresentationCallback presentation_callback) override;

1234