HomeSort by relevance Sort by last modified time
    Searched refs:OutputSurface (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 108 : cc::OutputSurface(
145 if (!cc::OutputSurface::BindToClient(surface_client))
168 cc::OutputSurface::SetNeedsBeginFrame(enable);
213 cc::OutputSurface::ReleaseGL();
synchronous_compositor_output_surface.h 48 // 'client' pointers (|client_| in the OutputSurface baseclass and
53 : NON_EXPORTED_BASE(public cc::OutputSurface) {
58 // OutputSurface.
82 // Private OutputSurface overrides.
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 40 : NON_EXPORTED_BASE(public cc::OutputSurface),
53 // cc::OutputSurface implementation.
render_widget_compositor.h 100 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
  /external/chromium_org/ui/compositor/
compositor.h 80 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
115 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
154 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
397 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
compositor.cc 109 scoped_ptr<cc::OutputSurface> DefaultContextFactory::CreateOutputSurface(
111 return make_scoped_ptr(new cc::OutputSurface(
180 scoped_ptr<cc::OutputSurface> TestContextFactory::CreateOutputSurface(
182 return make_scoped_ptr(new cc::OutputSurface(CreateOffscreenContext()));
718 scoped_ptr<cc::OutputSurface> Compositor::CreateOutputSurface(bool fallback) {
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 66 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
  /external/chromium_org/cc/output/
delegating_renderer.cc 34 OutputSurface* output_surface,
45 OutputSurface* output_surface,
delegating_renderer_unittest.cc 20 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
25 return output_surface.PassAs<OutputSurface>();
direct_renderer.h 56 OutputSurface* output_surface,
130 OutputSurface* output_surface_;
gl_renderer_unittest.cc 218 OutputSurface* output_surface,
252 scoped_ptr<OutputSurface> output_surface_;
389 scoped_ptr<OutputSurface> output_surface_;
642 scoped_ptr<OutputSurface> output_surface(
681 scoped_ptr<OutputSurface> output_surface(
706 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d(
732 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d(
803 scoped_ptr<OutputSurface> output_surface(
858 scoped_ptr<OutputSurface> output_surface(
942 scoped_ptr<OutputSurface> output_surface
    [all...]
gl_renderer.h 31 class OutputSurface;
43 OutputSurface* output_surface,
84 OutputSurface* output_surface,
  /external/chromium_org/cc/trees/
layer_tree_impl.h 39 class OutputSurface;
61 OutputSurface* output_surface() const;
single_thread_proxy.h 42 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
106 scoped_ptr<OutputSurface> first_output_surface_;
thread_proxy.h 59 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
163 scoped_ptr<OutputSurface> output_surface,
207 scoped_ptr<OutputSurface> first_output_surface_;
layer_tree_host_impl.h 232 OutputSurface* output_surface() const { return output_surface_.get(); }
239 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface);
421 void CreateAndSetRenderer(OutputSurface* output_surface,
471 scoped_ptr<OutputSurface> output_surface_;
474 // free rendering - see OutputSurface::ForcedDrawToSoftwareDevice().
548 // Optional top-level constraints that can be set by the OutputSurface.
  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 31 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
layer_tree_test.cc 137 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface)
254 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
604 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) {
611 return output_surface.PassAs<OutputSurface>();
layer_tree_test.h 76 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) = 0;
159 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.h 41 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
gpu_process_transport_factory.cc 222 scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface(
243 return surface.PassAs<cc::OutputSurface>();
268 return surface.PassAs<cc::OutputSurface>();
  /external/chromium_org/cc/resources/
resource_provider.h 56 static scoped_ptr<ResourceProvider> Create(OutputSurface* output_surface,
392 explicit ResourceProvider(OutputSurface* output_surface,
423 OutputSurface* output_surface_;
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 42 OutputSurface* output_surface = layer_tree_impl()->output_surface();
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 80 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 159 OutputSurface outputSurface = null;
183 outputSurface = new OutputSurface(WIDTH, HEIGHT);
184 decoder.configure(decoderFormat, outputSurface.getSurface(), null, 0);
192 doTestEncodeVirtual(encoder, decoder, outputSurface);
199 if (outputSurface != null) {
200 outputSurface.release();
217 OutputSurface outputSurface) {
    [all...]

Completed in 683 milliseconds

12 3 4