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

  /external/chromium_org/cc/layers/
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.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...]
  /external/chromium_org/ppapi/shared_impl/
compositor_layer_data.h 79 struct TextureLayer {
80 TextureLayer()
113 scoped_ptr<TextureLayer> texture;

Completed in 182 milliseconds