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

  /frameworks/base/libs/hwui/
TextureCache.cpp 135 bool canCache = size < mMaxSize;
137 while (canCache && mSize + size > mMaxSize) {
142 canCache = false;
146 if (canCache) {
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 224 public boolean canCache() {
  /external/skqp/src/gpu/text/
GrAtlasTextContext.cpp 122 bool canCache = !(skPaint.getPathEffect() ||
130 if (canCache) {
179 if (canCache) {
    [all...]

Completed in 111 milliseconds