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

  /external/skia/include/gpu/
GrResource.h 19 class GrResourceEntry;
69 void setCacheEntry(GrResourceEntry* cacheEntry) { fCacheEntry = cacheEntry; }
70 GrResourceEntry* getCacheEntry() { return fCacheEntry; }
106 GrResourceEntry* fCacheEntry; // NULL if not in cache
GrContext.h 35 class GrResourceEntry;
    [all...]
  /external/skia/src/gpu/
GrResourceCache.h 21 class GrResourceEntry;
96 inline static bool LT(const GrResourceEntry& entry, const GrResourceKey& key);
97 inline static bool EQ(const GrResourceEntry& entry, const GrResourceKey& key);
98 inline static bool LT(const GrResourceEntry& a, const GrResourceEntry& b);
99 inline static bool EQ(const GrResourceEntry& a, const GrResourceEntry& b);
146 class GrResourceEntry {
158 GrResourceEntry(const GrResourceKey& key, GrResource* resource);
159 ~GrResourceEntry();
    [all...]
GrResourceCache.cpp 28 GrResourceEntry::GrResourceEntry(const GrResourceKey& key, GrResource* resource)
35 GrResourceEntry::~GrResourceEntry() {
41 void GrResourceEntry::validate() const {
74 while (GrResourceEntry* entry = fList.head()) {
107 void GrResourceCache::internalDetach(GrResourceEntry* entry,
133 void GrResourceCache::attachToHead(GrResourceEntry* entry,
163 bool operator()(const GrResourceEntry* entry) const {
171 GrResourceEntry* entry = NULL
    [all...]
GrStencilBuffer.h 17 class GrResourceEntry;

Completed in 134 milliseconds