HomeSort by relevance Sort by last modified time
    Searched refs:bytesUsed (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 232 size_t bytesUsed = block.fBuffer->sizeInBytes() - block.fBytesFree;
233 if (bytes >= bytesUsed) {
234 bytes -= bytesUsed;
235 fBytesInUse -= bytesUsed;
  /external/skia/src/core/
SkGlyphCache.h 171 static bool SetCacheUsed(size_t bytesUsed);
SkGlyphCache.cpp 565 bool SkGlyphCache::SetCacheUsed(size_t bytesUsed) {
568 if (curr > bytesUsed) {
572 return InternalFreeCache(&globals, curr - bytesUsed) > 0;
  /external/webkit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]

Completed in 72 milliseconds