Searched refs:canCache (Results 1 – 1 of 1) sorted by relevance
135 bool canCache = size < mMaxSize; in getCachedTexture() local137 while (canCache && mSize + size > mMaxSize) { in getCachedTexture()142 canCache = false; in getCachedTexture()146 if (canCache) { in getCachedTexture()