HomeSort by relevance Sort by last modified time
    Searched refs:OutputSurface (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/cc/surfaces/
display_client.h 12 class OutputSurface;
16 virtual scoped_ptr<OutputSurface> CreateOutputSurface() = 0;
display.h 25 class OutputSurface;
83 scoped_ptr<OutputSurface> output_surface_;
  /external/chromium_org/cc/test/
fake_layer_tree_host_client.cc 21 scoped_ptr<OutputSurface> FakeLayerTreeHostClient::CreateOutputSurface(
26 make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>();
30 make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>();
34 return FakeOutputSurface::CreateDelegating3d().PassAs<OutputSurface>();
35 return FakeOutputSurface::Create3d().PassAs<OutputSurface>();
pixel_test_output_surface.cc 14 : OutputSurface(context_provider), external_stencil_test_(false) {}
18 : OutputSurface(software_device.Pass()), external_stencil_test_(false) {}
24 OutputSurface::Reshape(expanded_size, scale_factor);
fake_output_surface.cc 20 : OutputSurface(context_provider),
35 : OutputSurface(software_device.Pass()),
50 : OutputSurface(context_provider, software_device.Pass()),
79 OutputSurface::SwapBuffers(frame);
87 OutputSurface::SetNeedsBeginFrame(enable);
104 if (OutputSurface::BindToClient(client)) {
fake_layer_tree_host_client.h 15 class OutputSurface;
37 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
pixel_test_output_surface.h 12 class PixelTestOutputSurface : public OutputSurface {
fake_output_surface_client.h 13 class OutputSurface;
24 explicit FakeOutputSurfaceClient(OutputSurface* output_surface)
64 OutputSurface* output_surface_;
pixel_test.h 21 class OutputSurface;
46 scoped_ptr<OutputSurface> output_surface_;
97 OutputSurface* output_surface,
113 OutputSurface* output_surface,
  /external/chromium_org/cc/output/
overlay_processor.h 15 class OutputSurface;
32 OverlayProcessor(OutputSurface* surface, ResourceProvider* resource_provider);
42 OutputSurface* surface_;
output_surface.cc 46 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider)
55 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
64 OutputSurface::OutputSurface(scoped_refptr<ContextProvider> context_provider,
75 void OutputSurface::CommitVSyncParameters(base::TimeTicks timebase,
78 "OutputSurface::CommitVSyncParameters",
87 void OutputSurface::SetNeedsRedrawRect(const gfx::Rect& damage_rect) {
88 TRACE_EVENT0("cc", "OutputSurface::SetNeedsRedrawRect")
    [all...]
delegating_renderer.h 15 class OutputSurface;
23 OutputSurface* output_surface,
45 OutputSurface* output_surface,
50 OutputSurface* output_surface_;
output_surface.h 45 class CC_EXPORT OutputSurface {
51 explicit OutputSurface(scoped_refptr<ContextProvider> context_provider);
53 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
55 OutputSurface(scoped_refptr<ContextProvider> context_provider,
58 virtual ~OutputSurface();
156 struct OutputSurface::Capabilities capabilities_;
186 base::WeakPtrFactory<OutputSurface> weak_ptr_factory_;
192 DISALLOW_COPY_AND_ASSIGN(OutputSurface);
renderer_unittest.cc 31 OutputSurface* output_surface,
38 OutputSurface* output_surface,
49 OutputSurface* output_surface,
62 output_surface_.reset(new OutputSurface(context_provider_));
77 scoped_ptr<OutputSurface> output_surface_;
overlay_processor.cc 16 OverlayProcessor::OverlayProcessor(OutputSurface* surface,
software_renderer.h 15 class OutputSurface;
33 OutputSurface* output_surface,
69 OutputSurface* output_surface,
  /external/chromium_org/content/browser/compositor/
onscreen_display_client.cc 14 scoped_ptr<cc::OutputSurface> software_surface,
24 scoped_ptr<cc::OutputSurface> OnscreenDisplayClient::CreateOutputSurface() {
27 return make_scoped_ptr(new cc::OutputSurface(onscreen_context_provider_))
onscreen_display_client.h 27 scoped_ptr<cc::OutputSurface> software_surface,
34 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE;
38 scoped_ptr<cc::OutputSurface> software_surface_;
browser_compositor_output_surface.cc 22 : OutputSurface(context_provider),
34 : OutputSurface(software_device.Pass()),
63 if (!OutputSurface::BindToClient(client))
77 cc::OutputSurface::OnSwapBuffersComplete();
103 cc::OutputSurface::OnSwapBuffersComplete();
surface_display_output_surface.h 17 // This class is maps a compositor OutputSurface to the surface system's Display
20 class SurfaceDisplayOutputSurface : public cc::OutputSurface {
29 // cc::OutputSurface implementation.
  /external/chromium_org/android_webview/browser/
parent_output_surface.h 12 class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
18 // OutputSurface overrides.
21 using cc::OutputSurface::SetExternalStencilTest;
parent_output_surface.cc 14 : cc::OutputSurface(context_provider) {
  /external/chromium_org/cc/trees/
layer_tree_host_client.h 19 class OutputSurface;
31 // Creates an OutputSurface. If fallback is true, it should attempt to
32 // create an OutputSurface that is guaranteed to initialize correctly.
33 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) = 0;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 18 class OutputSurface;
46 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
  /external/chromium_org/mojo/services/view_manager/
context_factory_impl.cc 28 scoped_ptr<cc::OutputSurface> ContextFactoryImpl::CreateOutputSurface(
31 new cc::OutputSurface(

Completed in 3311 milliseconds

1 2 3 4 5