Home | History | Annotate | Download | only in gpu

Lines Matching defs:bytes

218     GrPrintf("--- add resource to cache %p, count=%d bytes= %d %d\n",
369 size_t bytes = 0;
377 bytes += entry->resource()->sizeInBytes();
379 return bytes;
382 static bool both_zero_or_nonzero(int count, size_t bytes) {
383 return (count == 0 && bytes == 0) || (count > 0 && bytes > 0);
419 size_t bytes = countBytes(fList);
420 GrAssert(bytes == fEntryBytes - fClientDetachedBytes);
422 bytes = countBytes(fExclusiveList);
423 GrAssert(bytes == fClientDetachedBytes);
446 SkDebugf("Budget: %d items %d bytes\n", fMaxCount, fMaxBytes);
449 SkDebugf("\t\tEntry Bytes: current %d high %d\n",
453 SkDebugf("\t\tDetached Bytes: current %d high %d\n",