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

  /frameworks/base/libs/hwui/
Caches.cpp 261 log.appendFormat(" TextureCache %8d / %8d\n",
262 textureCache.getSize(), textureCache.getMaxSize());
288 total += textureCache.getSize();
309 textureCache.clearGarbage();
358 textureCache.clear();
368 textureCache.flush();
ResourceCache.cpp 237 Caches::getInstance().textureCache.removeDeferred(resource);
357 Caches::getInstance().textureCache.removeDeferred(bitmap);
Caches.h 38 #include "TextureCache.h"
326 TextureCache textureCache;
SkiaShader.cpp 121 Texture* texture = mCaches->textureCache.get(mBitmap);
OpenGLRenderer.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 402 GrResourceCache* textureCache,
409 textureCache->purgeAsNeeded(1, texture->sizeInBytes());
411 textureCache->addResource(key, texture, GrResourceCache::kHide_OwnershipFlag);
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 402 GrResourceCache* textureCache,
409 textureCache->purgeAsNeeded(1, texture->sizeInBytes());
411 textureCache->addResource(key, texture, GrResourceCache::kHide_OwnershipFlag);
    [all...]

Completed in 328 milliseconds