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

  /frameworks/base/libs/hwui/
Caches.cpp 53 : gradientCache(mExtensions)
190 log.appendFormat(" GradientCache %8d / %8d\n",
191 gradientCache.getSize(), gradientCache.getMaxSize());
209 total += gradientCache.getSize();
242 gradientCache.clear();
Caches.h 25 #include "GradientCache.h"
144 // Declared before gradientCache and programCache which need this to initialize.
151 GradientCache gradientCache;
SkiaShader.cpp 169 outData->gradientTexture = caches.gradientCache.get(

Completed in 1191 milliseconds