Searched refs:io_surface_layer (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/cc/layers/
H A Dio_surface_layer.cc5 #include "cc/layers/io_surface_layer.h"
39 IOSurfaceLayerImpl* io_surface_layer = local
41 io_surface_layer->SetIOSurfaceProperties(io_surface_id_, io_surface_size_);
H A Dio_surface_layer_impl.cc47 IOSurfaceLayerImpl* io_surface_layer = local
49 io_surface_layer->SetIOSurfaceProperties(io_surface_id_, io_surface_size_);
/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_view_private_mac.h71 base::scoped_nsobject<IOSurfaceLayer> io_surface_layer);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc16 #include "cc/layers/io_surface_layer.h"
2496 scoped_refptr<IOSurfaceLayer> io_surface_layer = IOSurfaceLayer::Create(); variable
2497 io_surface_layer->SetBounds(gfx::Size(10, 10));
2498 io_surface_layer->SetIsDrawable(true);
2499 io_surface_layer->SetContentsOpaque(true);
2500 io_surface_layer->SetIOSurfaceProperties(io_surface_id_, io_surface_size_);
2501 layer_tree_host()->root_layer()->AddChild(io_surface_layer); variable
H A Dlayer_tree_host_impl_unittest.cc4860 scoped_ptr<IOSurfaceLayerImpl> io_surface_layer = local
4862 io_surface_layer->SetBounds(gfx::Size(10, 10));
4863 io_surface_layer->SetContentBounds(gfx::Size(10, 10));
4864 io_surface_layer->SetDrawsContent(true);
4865 io_surface_layer->SetIOSurfaceProperties(1, gfx::Size(10, 10));
4866 root_layer->AddChild(io_surface_layer.PassAs<LayerImpl>());
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.darwin-arm64.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.darwin-mips.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.darwin-mips64.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.darwin-x86.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.darwin-x86_64.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-arm.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-arm64.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-mips.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-mips64.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-x86.mk88 cc/layers/io_surface_layer.cc \
H A Dcc.target.linux-x86_64.mk88 cc/layers/io_surface_layer.cc \

Completed in 5176 milliseconds