Searched refs:TextureLayer (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtexture_layer.cc21 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox(
23 return scoped_refptr<TextureLayer>(new TextureLayer(client));
26 TextureLayer::TextureLayer(TextureLayerClient* client) function in class:cc::TextureLayer
42 TextureLayer::~TextureLayer() {
45 void TextureLayer::ClearClient() {
53 void TextureLayer
[all...]
H A Dtexture_layer.h24 class CC_EXPORT TextureLayer : public Layer { class in namespace:cc
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);
H A Dtexture_layer_unittest.cc199 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_laye
[all...]
/external/chromium_org/cc/blink/
H A Dweb_external_texture_layer_impl.cc20 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
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h79 struct TextureLayer { struct in struct:ppapi::CompositorLayerData
80 TextureLayer() function in struct:ppapi::CompositorLayerData::TextureLayer
115 scoped_ptr<TextureLayer> texture;
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.h29 class TextureLayer;
58 scoped_refptr<TextureLayer> CreateTextureLayer(const gfx::Rect& rect,
103 std::vector<scoped_refptr<TextureLayer> > texture_layers_;
H A Dlayer_tree_pixel_test.cc178 scoped_refptr<TextureLayer> LayerTreePixelTest::CreateTextureLayer(
180 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
H A Dlayer_tree_json_parser.cc82 } else if (layer_type == "TextureLayer") {
83 new_layer = TextureLayer::CreateForMailbox(NULL);
/external/chromium_org/content/public/test/
H A Dlayouttest_support.h115 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_compositor_host.cc250 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);
H A Dpepper_plugin_instance_impl.h85 class TextureLayer;
723 scoped_refptr<cc::TextureLayer> texture_layer_;
H A Dpepper_plugin_instance_impl.cc2108 texture_layer_ = cc::TextureLayer::CreateForMailbox(NULL);
2114 texture_layer_ = cc::TextureLayer::CreateForMailbox(this);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_perftest.cc267 static_cast<TextureLayer*>(
315 scoped_refptr<TextureLayer> tab_contents_;
H A Dlayer_tree_host_unittest_context.cc920 scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h156 scoped_refptr<cc::TextureLayer> layer_;
H A Dtest_plugin.cc211 layer_ = cc::TextureLayer::CreateForMailbox(this);
/external/chromium_org/ui/compositor/
H A Dlayer.h44 class TextureLayer;
493 scoped_refptr<cc::TextureLayer> texture_layer_;
506 // SetTextureMailbox is called, before we give it to the TextureLayer.
H A Dlayer.cc534 scoped_refptr<cc::TextureLayer> new_layer =
535 cc::TextureLayer::CreateForMailbox(this);
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc346 data_.texture.reset(new CompositorLayerData::TextureLayer());
H A Dppapi_messages.h266 IPC_STRUCT_TRAITS_BEGIN(ppapi::CompositorLayerData::TextureLayer)
/external/chromium_org/content/test/
H A Dlayouttest_support.cc386 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer) {

Completed in 2225 milliseconds