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

  /external/chromium_org/cc/layers/
texture_layer.cc 19 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox(
21 return scoped_refptr<TextureLayer>(new TextureLayer(client));
24 TextureLayer::TextureLayer(TextureLayerClient* client)
40 TextureLayer::~TextureLayer() {
43 void TextureLayer::ClearClient() {
50 void TextureLayer::ClearTexture()
    [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.
85 static scoped_refptr<TextureLayer> CreateForMailbox(
129 // TextureLayer across all frames.
144 explicit TextureLayer(TextureLayerClient* client);
145 virtual ~TextureLayer();
168 DISALLOW_COPY_AND_ASSIGN(TextureLayer);
texture_layer_unittest.cc 177 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL);
196 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL);
220 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(
249 test_layer = TextureLayer::CreateForMailbox(
268 class TestMailboxHolder : public TextureLayer::TextureMailboxHolder {
270 using TextureLayer::TextureMailboxHolder::Create;
291 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL)
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
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())->SetPremultipliedAlpha(
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,
105 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()
113 scoped_ptr<TextureLayer> texture;
  /external/chromium_org/content/renderer/
child_frame_compositing_helper.h 28 class TextureLayer;
166 scoped_refptr<cc::TextureLayer> texture_layer_;
child_frame_compositing_helper.cc 326 texture_layer_ = cc::TextureLayer::CreateForMailbox(NULL);
  /external/chromium_org/content/public/test/
layouttest_support.h 110 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()));
272 scoped_refptr<cc::TextureLayer> image_layer(
273 static_cast<cc::TextureLayer*>(layer.get()));
359 cc_layer = cc::TextureLayer::CreateForMailbox(NULL);
pepper_plugin_instance_impl.h 83 class TextureLayer;
702 scoped_refptr<cc::TextureLayer> texture_layer_;
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.h 142 scoped_refptr<cc::TextureLayer> m_layer;
TestPlugin.cpp 210 m_layer = cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 265 static_cast<TextureLayer*>(
313 scoped_refptr<TextureLayer> tab_contents_;
layer_tree_host_unittest_context.cc 743 scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL);
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 41 class TextureLayer;
472 scoped_refptr<cc::TextureLayer> texture_layer_;
484 // SetTextureMailbox is called, before we give it to the TextureLayer.
layer.cc 531 scoped_refptr<cc::TextureLayer> new_layer =
532 cc::TextureLayer::CreateForMailbox(this);
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.cc 329 data_.texture.reset(new CompositorLayerData::TextureLayer());
ppapi_messages.h 265 IPC_STRUCT_TRAITS_BEGIN(ppapi::CompositorLayerData::TextureLayer)
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 299 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer) {

Completed in 613 milliseconds