Searched refs:canCache (Results 1 – 1 of 1) sorted by relevance
137 bool canCache = size < mMaxSize; in getCachedTexture() local139 while (canCache && mSize + size > mMaxSize) { in getCachedTexture()144 canCache = false; in getCachedTexture()148 if (canCache) { in getCachedTexture()