Home | History | Annotate | Download | only in gpu

Lines Matching defs:bytes

384     size_t bytes = 0;
392 bytes += entry->resource()->sizeInBytes();
394 return bytes;
397 static bool both_zero_or_nonzero(int count, size_t bytes) {
398 return (count == 0 && bytes == 0) || (count > 0 && bytes > 0);
434 size_t bytes = countBytes(fList);
435 GrAssert(bytes == fEntryBytes - fClientDetachedBytes);
437 bytes = countBytes(fExclusiveList);
438 GrAssert(bytes == fClientDetachedBytes);
461 SkDebugf("Budget: %d items %d bytes\n", fMaxCount, fMaxBytes);
464 SkDebugf("\t\tEntry Bytes: current %d high %d\n",
468 SkDebugf("\t\tDetached Bytes: current %d high %d\n",