HomeSort by relevance Sort by last modified time
    Searched refs:CompositorOutputSurface (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 33 IPC::ForwardingMessageFilter* CompositorOutputSurface::CreateFilter(
50 CompositorOutputSurface::CompositorOutputSurface(
78 CompositorOutputSurface::~CompositorOutputSurface() {
89 bool CompositorOutputSurface::BindToClient(
113 void CompositorOutputSurface::SwapBuffers(cc::CompositorFrame* frame) {
136 void CompositorOutputSurface::OnMessageReceived(const IPC::Message& message) {
140 IPC_BEGIN_MESSAGE_MAP(CompositorOutputSurface, message)
150 void CompositorOutputSurface::OnUpdateVSyncParameters
    [all...]
delegated_compositor_output_surface.h 12 class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
delegated_compositor_output_surface.cc 14 : CompositorOutputSurface(routing_id,
compositor_output_surface.h 38 class CompositorOutputSurface
45 CompositorOutputSurface(
51 virtual ~CompositorOutputSurface();
76 CompositorOutputSurface* output_surface)
87 CompositorOutputSurface* output_surface_;
mailbox_output_surface.cc 29 : CompositorOutputSurface(routing_id,
155 CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
192 CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
207 CompositorOutputSurface::SwapBuffers(frame);
mailbox_output_surface.h 21 // Implementation of CompositorOutputSurface that renders to textures which
25 class MailboxOutputSurface : public CompositorOutputSurface {
43 // CompositorOutputSurface overrides.
  /external/chromium_org/content/renderer/
render_thread_impl.cc 696 CompositorOutputSurface::CreateFilter(output_surface_loop.get());
    [all...]
render_widget.cc     [all...]

Completed in 65 milliseconds