HomeSort by relevance Sort by last modified time
    Searched refs:TextureLayer (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/layers/
texture_layer.cc 17 scoped_refptr<TextureLayer> TextureLayer::Create(TextureLayerClient* client) {
18 return scoped_refptr<TextureLayer>(new TextureLayer(client, false));
21 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox(
23 return scoped_refptr<TextureLayer>(new TextureLayer(client, true));
26 TextureLayer::TextureLayer(TextureLayerClient* client, bool uses_mailbox
    [all...]
texture_layer.h 26 class CC_EXPORT TextureLayer : public Layer {
31 static scoped_refptr<TextureLayer> Create(TextureLayerClient* client);
34 static scoped_refptr<TextureLayer> CreateForMailbox(
91 TextureLayer(TextureLayerClient* client, bool uses_mailbox);
92 virtual ~TextureLayer();
156 DISALLOW_COPY_AND_ASSIGN(TextureLayer);
texture_layer_unittest.cc 74 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
102 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
157 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
189 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
212 scoped_refptr<TextureLayer> layer = TextureLayer::Create(NULL)
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 16 using cc::TextureLayer;
25 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(cc_client);
31 static_cast<TextureLayer*>(layer_->layer())->ClearClient();
37 TextureLayer *layer = static_cast<TextureLayer*>(layer_->layer());
43 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
48 static_cast<TextureLayer*>(layer_->layer())->SetPremultipliedAlpha(
53 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
57 static_cast<TextureLayer*>(layer_->layer())->SetRateLimitContext(rate_limit)
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 23 class TextureLayer;
55 scoped_refptr<TextureLayer> CreateTextureLayer(gfx::Rect rect,
99 std::vector<scoped_refptr<TextureLayer> > texture_layers_;
layer_tree_pixel_test.cc 173 scoped_refptr<TextureLayer> LayerTreePixelTest::CreateTextureLayer(
175 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 24 class TextureLayer;
99 scoped_refptr<cc::TextureLayer> texture_layer_;
browser_plugin_compositing_helper.cc 208 texture_layer_ = cc::TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/ui/compositor/
layer.h 40 class TextureLayer;
468 scoped_refptr<cc::TextureLayer> texture_layer_;
layer.cc 489 scoped_refptr<cc::TextureLayer> new_layer =
490 cc::TextureLayer::Create(this);
511 scoped_refptr<cc::TextureLayer> new_layer =
512 cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 39 class TextureLayer;
292 scoped_refptr<cc::TextureLayer> texture_layer_;
render_widget_host_view_android.cc 125 texture_layer_ = cc::TextureLayer::Create(this);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 79 class TextureLayer;
658 scoped_refptr<cc::TextureLayer> texture_layer_;
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_pixeltest_readback.cc 863 scoped_refptr<TextureLayer> texture = CreateTextureLayer(
    [all...]

Completed in 174 milliseconds