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

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 163 size_t usedBytes = back.fBuffer->sizeInBytes() - back.fBytesFree;
164 size_t pad = GrSizeAlignUpPad(usedBytes,
167 usedBytes += pad;
168 *offset = usedBytes;
173 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes);
203 size_t usedBytes = back.fBuffer->sizeInBytes() - back.fBytesFree;
204 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));
  /external/svox/pico/lib/
picoos.c 479 picoos_int32 *usedBytes,
483 *usedBytes = (picoos_int32) this->usedSize;
495 picoos_int32 usedBytes, incrUsedBytes, maxUsedBytes;
497 picoos_getMemUsage(this, resetIncremental, &usedBytes, &incrUsedBytes,
502 PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes, maxUsedBytes));
    [all...]

Completed in 68 milliseconds