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

  /frameworks/base/libs/hwui/
TextureCache.cpp 127 bool canCache = size < mMaxSize;
129 while (canCache && mSize + size > mMaxSize) {
134 canCache = false;
138 if (canCache) {
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 229 public boolean canCache() {
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 86 bool canCache = !(skPaint.getPathEffect() ||
91 if (canCache) {
147 if (canCache) {

Completed in 569 milliseconds