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

  /external/skia/gpu/src/
GrBufferAllocPool.cpp 149 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
150 size_t pad = GrSizeAlignUpPad(usedBytes,
153 usedBytes += pad;
154 *offset = usedBytes;
157 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes);
178 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
179 size_t pad = GrSizeAlignUpPad(usedBytes, itemSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 369 long usedBytes = mCacheStorageInfo.getUsedBytes();
382 progressBar.setProgress((int) (usedBytes * PROGRESS_BAR_MAX / totalBytes));