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

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 28 GrTextureStripAtlas::Hash* GrTextureStripAtlas::GetCache() {
44 GetCache()->remove(entry->fDesc);
49 if (0 == GetCache()->count()) {
56 AtlasEntry* entry = GetCache()->find(desc);
65 GetCache()->add(entry);
GrTextureStripAtlas.h 157 static Hash* GetCache();

Completed in 43 milliseconds