Home | History | Annotate | Download | only in resources

Lines Matching defs:Backing

39   // Texture properties. Changing these causes the backing texture to be lost.
57 // This returns whether we still have a backing texture. This can continue
61 bool have_backing_texture() const { return !!backing(); }
66 // a backing texture for use. Call this whenever the texture is actually
78 // Update pixels of backing resource from image. This functions will aquire
79 // the backing if needed.
106 class Backing : public Resource {
108 Backing(unsigned id,
112 ~Backing();
149 DISALLOW_COPY_AND_ASSIGN(Backing);
164 Backing* backing() const { return backing_; }
165 void Link(Backing* backing);
177 Backing* backing_;