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

  /external/chromium_org/cc/resources/
prioritized_resource.cc 96 void PrioritizedResource::Link(Backing* backing) {
97 DCHECK(backing);
98 DCHECK(!backing->owner_);
101 backing_ = backing;
119 PrioritizedResource::Backing::Backing(unsigned id,
137 PrioritizedResource::Backing::~Backing() {
142 void PrioritizedResource::Backing::DeleteResource
    [all...]
prioritized_resource.h 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_; } function in class:cc::PrioritizedResource
    [all...]

Completed in 54 milliseconds