Searched defs:OutputSurface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
H A Doutput_surface.h44 class CC_EXPORT OutputSurface : public FrameRateControllerClient { class in namespace:cc
50 explicit OutputSurface(scoped_refptr<ContextProvider> context_provider);
52 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
54 OutputSurface(scoped_refptr<ContextProvider> context_provider,
57 virtual ~OutputSurface();
154 struct OutputSurface::Capabilities capabilities_;
176 // Forwarded to OutputSurfaceClient but threaded through OutputSurface
177 // first so OutputSurface has a chance to update the FrameRateController
209 base::WeakPtrFactory<OutputSurface> weak_ptr_factory_;
215 DISALLOW_COPY_AND_ASSIGN(OutputSurface);
[all...]
H A Doutput_surface.cc47 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider) function in class:cc::OutputSurface
60 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) function in class:cc::OutputSurface
73 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider, function in class:cc::OutputSurface
88 void OutputSurface::InitializeBeginImplFrameEmulation(
115 void OutputSurface::SetMaxFramesPending(int max_frames_pending) {
121 void OutputSurface::OnVSyncParametersChanged(base::TimeTicks timebase,
123 TRACE_EVENT2("cc", "OutputSurface
[all...]

Completed in 68 milliseconds