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

  /external/chromium_org/cc/layers/
texture_layer.cc 19 scoped_refptr<TextureLayer> TextureLayer::Create(TextureLayerClient* client) {
20 return scoped_refptr<TextureLayer>(new TextureLayer(client, false));
23 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox(
25 return scoped_refptr<TextureLayer>(new TextureLayer(client, true));
28 TextureLayer::TextureLayer(TextureLayerClient* client, bool uses_mailbox
    [all...]
texture_layer.h 22 class CC_EXPORT TextureLayer : public Layer {
46 friend class TextureLayer;
48 // Protected visiblity so only TextureLayer and unit tests can create these.
86 static scoped_refptr<TextureLayer> Create(TextureLayerClient* client);
89 static scoped_refptr<TextureLayer> CreateForMailbox(
145 TextureLayer(TextureLayerClient* client, bool uses_mailbox);
146 virtual ~TextureLayer();
171 DISALLOW_COPY_AND_ASSIGN(TextureLayer);
texture_layer_unittest.cc 86 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
114 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
169 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
201 scoped_refptr<TextureLayer> test_layer = TextureLayer::Create(NULL);
224 scoped_refptr<TextureLayer> layer = TextureLayer::Create(NULL)
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 19 using cc::TextureLayer;
28 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(cc_client);
34 static_cast<TextureLayer*>(layer_->layer())->ClearClient();
40 TextureLayer *layer = static_cast<TextureLayer*>(layer_->layer());
47 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
52 static_cast<TextureLayer*>(layer_->layer())->SetPremultipliedAlpha(
57 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
61 static_cast<TextureLayer*>(layer_->layer())->SetRateLimitContext(rate_limit)
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 24 class TextureLayer;
54 scoped_refptr<TextureLayer> CreateTextureLayer(gfx::Rect rect,
101 std::vector<scoped_refptr<TextureLayer> > texture_layers_;
layer_tree_pixel_test.cc 180 scoped_refptr<TextureLayer> LayerTreePixelTest::CreateTextureLayer(
182 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
layer_tree_json_parser.cc 83 } else if (layer_type == "TextureLayer") {
84 new_layer = TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 27 class TextureLayer;
130 scoped_refptr<cc::TextureLayer> texture_layer_;
browser_plugin_compositing_helper.cc 252 texture_layer_ = cc::TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 261 static_cast<TextureLayer*>(
311 scoped_refptr<TextureLayer> tab_contents_;
layer_tree_host_unittest_context.cc 906 scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL);
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 41 class TextureLayer;
479 scoped_refptr<cc::TextureLayer> texture_layer_;
layer.cc 490 scoped_refptr<cc::TextureLayer> new_layer = cc::TextureLayer::Create(this);
507 scoped_refptr<cc::TextureLayer> new_layer =
508 cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 42 class TextureLayer;
300 scoped_refptr<cc::TextureLayer> texture_layer_;
render_widget_host_view_android.cc 130 texture_layer_ = cc::TextureLayer::Create(NULL);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 80 class TextureLayer;
668 scoped_refptr<cc::TextureLayer> texture_layer_;
    [all...]
pepper_plugin_instance_impl.cc     [all...]

Completed in 212 milliseconds