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

  /external/chromium_org/cc/layers/
texture_layer.cc 21 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox(
23 return scoped_refptr<TextureLayer>(new TextureLayer(client));
26 TextureLayer::TextureLayer(TextureLayerClient* client)
42 TextureLayer::~TextureLayer() {
45 void TextureLayer::ClearClient() {
53 void TextureLayer::ClearTexture()
    [all...]
texture_layer.h 24 class CC_EXPORT TextureLayer : public Layer {
48 friend class TextureLayer;
50 // Protected visiblity so only TextureLayer and unit tests can create these.
88 static scoped_refptr<TextureLayer> CreateForMailbox(
132 // TextureLayer across all frames.
146 explicit TextureLayer(TextureLayerClient* client);
147 virtual ~TextureLayer();
171 DISALLOW_COPY_AND_ASSIGN(TextureLayer);
texture_layer_unittest.cc 199 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL);
218 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
242 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(
271 test_layer = TextureLayer::CreateForMailbox(
290 class TestMailboxHolder : public TextureLayer::TextureMailboxHolder {
292 using TextureLayer::TextureMailboxHolder::Create;
313 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL)
    [all...]
  /external/chromium_org/cc/blink/
web_external_texture_layer_impl.cc 20 using cc::TextureLayer;
29 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(cc_client);
35 static_cast<TextureLayer*>(layer_->layer())->ClearClient();
43 TextureLayer* layer = static_cast<TextureLayer*>(layer_->layer());
48 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
53 static_cast<TextureLayer*>(layer_->layer())
58 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
62 static_cast<TextureLayer*>(layer_->layer())->SetRateLimitContext(rate_limit)
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 29 class TextureLayer;
58 scoped_refptr<TextureLayer> CreateTextureLayer(const gfx::Rect& rect,
103 std::vector<scoped_refptr<TextureLayer> > texture_layers_;
layer_tree_pixel_test.cc 178 scoped_refptr<TextureLayer> LayerTreePixelTest::CreateTextureLayer(
180 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
layer_tree_json_parser.cc 82 } else if (layer_type == "TextureLayer") {
83 new_layer = TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/ppapi/shared_impl/
compositor_layer_data.h 79 struct TextureLayer {
80 TextureLayer()
115 scoped_ptr<TextureLayer> texture;
  /external/chromium_org/content/public/test/
layouttest_support.h 115 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);
  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 250 scoped_refptr<cc::TextureLayer> texture_layer(
251 static_cast<cc::TextureLayer*>(layer.get()));
275 scoped_refptr<cc::TextureLayer> image_layer(
276 static_cast<cc::TextureLayer*>(layer.get()));
365 cc_layer = cc::TextureLayer::CreateForMailbox(NULL);
pepper_plugin_instance_impl.h 85 class TextureLayer;
723 scoped_refptr<cc::TextureLayer> texture_layer_;
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 267 static_cast<TextureLayer*>(
315 scoped_refptr<TextureLayer> tab_contents_;
layer_tree_host_unittest_context.cc 920 scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL);
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 156 scoped_refptr<cc::TextureLayer> layer_;
test_plugin.cc 211 layer_ = cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/ui/compositor/
layer.h 44 class TextureLayer;
493 scoped_refptr<cc::TextureLayer> texture_layer_;
506 // SetTextureMailbox is called, before we give it to the TextureLayer.
layer.cc 534 scoped_refptr<cc::TextureLayer> new_layer =
535 cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.cc 346 data_.texture.reset(new CompositorLayerData::TextureLayer());
ppapi_messages.h 266 IPC_STRUCT_TRAITS_BEGIN(ppapi::CompositorLayerData::TextureLayer)
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 386 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer) {

Completed in 495 milliseconds