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

1 23 4

  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 145 scoped_ptr<OutputSurface> output_surface) {
344 virtual scoped_ptr<OutputSurface> CreateOutputSurface() {
383 FakeOutputSurface::CreateAlwaysDrawAndSwap3d().PassAs<OutputSurface>());
495 .PassAs<OutputSurface>());
    [all...]
single_thread_proxy.cc 39 void SingleThreadProxy::Start(scoped_ptr<OutputSurface> first_output_surface) {
111 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass();
layer_tree_host_unittest_context.cc 81 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
86 return scoped_ptr<OutputSurface>();
112 context3d.PassAs<WebGraphicsContext3D>()).PassAs<OutputSurface>();
115 context3d.PassAs<WebGraphicsContext3D>()).PassAs<OutputSurface>();
    [all...]
layer_tree_host.h 130 scoped_ptr<OutputSurface> CreateOutputSurface();
thread_proxy.cc 250 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass();
583 void ThreadProxy::Start(scoped_ptr<OutputSurface> first_output_surface) {
    [all...]
layer_tree_host.cc 134 scoped_ptr<OutputSurface> output_surface(CreateOutputSurface());
410 scoped_ptr<OutputSurface> LayerTreeHost::CreateOutputSurface() {
    [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl.cc 277 // Must have an OutputSurface if |renderer_| is not NULL.
469 static DrawMode GetDrawMode(OutputSurface* output_surface) {
    [all...]
layer_tree_impl.cc 426 OutputSurface* LayerTreeImpl::output_surface() const {
  /external/chromium_org/cc/layers/
nine_patch_layer_unittest.cc 98 scoped_ptr<OutputSurface> output_surface;
texture_layer_unittest.cc 796 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
803 context.PassAs<WebKit::WebGraphicsContext3D>()).PassAs<OutputSurface>();
    [all...]
picture_layer_impl_unittest.cc 833 context.PassAs<WebKit::WebGraphicsContext3D>()).PassAs<OutputSurface>());
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 411 scoped_ptr<OutputSurface> output_surface_;
523 scoped_ptr<OutputSurface> child_output_surface(FakeOutputSurface::Create3d(
648 scoped_ptr<OutputSurface> child_output_surface(FakeOutputSurface::Create3d(
705 scoped_ptr<OutputSurface> child_output_surface(FakeOutputSurface::Create3d(
    [all...]
resource_update_controller_unittest.cc 196 scoped_ptr<OutputSurface> output_surface_;
resource_provider.cc 161 OutputSurface* output_surface,
681 ResourceProvider::ResourceProvider(OutputSurface* output_surface,
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 61 namespace cc { class OutputSurface; }
177 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback);
render_widget.cc 642 scoped_ptr<cc::OutputSurface> RenderWidget::CreateOutputSurface(bool fallback) {
678 return scoped_ptr<cc::OutputSurface>();
679 return scoped_ptr<cc::OutputSurface>(
690 return scoped_ptr<cc::OutputSurface>(
696 return scoped_ptr<cc::OutputSurface>(
700 return scoped_ptr<cc::OutputSurface>(
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 402 OutputSurface outputSurface = null;
427 // OutputSurface uses the EGL context created by InputSurface.
429 outputSurface = new OutputSurface();
430 outputSurface.changeFragmentShader(FRAGMENT_SHADER);
431 decoder.configure(inputFormat, outputSurface.getSurface(), null, 0);
434 editVideoData(inputData, decoder, outputSurface, inputSurface, encoder, outputData);
437 if (outputSurface != null) {
438 outputSurface.release()
    [all...]
EncodeDecodeTest.java 291 OutputSurface outputSurface = null;
319 outputSurface = new OutputSurface(mWidth, mHeight);
325 decoder.configure(format, outputSurface.getSurface(), null, 0);
335 doEncodeDecodeVideoFromSurfaceToSurface(encoder, inputSurface, decoder, outputSurface);
341 if (outputSurface != null) {
342 outputSurface.release();
449 OutputSurface outputSurface = null
    [all...]
ExtractDecodeEditEncodeMuxTest.java 269 OutputSurface outputSurface = null;
308 outputSurface = new OutputSurface();
309 outputSurface.changeFragmentShader(FRAGMENT_SHADER);
310 videoDecoder = createVideoDecoder(inputFormat, outputSurface.getSurface());
345 outputSurface);
385 if (outputSurface != null) {
386 outputSurface.release();
389 Log.e(TAG, "error while releasing outputSurface", e)
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 32 scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface(
67 return output_surface.PassAs<OutputSurface>();
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 87 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
91 return output_surface.PassAs<cc::OutputSurface>();
  /external/chromium_org/cc/output/
software_renderer.cc 55 OutputSurface* output_surface,
62 OutputSurface* output_surface,
direct_renderer.cc 128 OutputSurface* output_surface,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 552 scoped_ptr<cc::OutputSurface> RenderWidgetCompositor::CreateOutputSurface(

Completed in 422 milliseconds

1 23 4