Home | History | Annotate | Download | only in gm

Lines Matching defs:bytes

469      *    directly from the the bytes of a PNG file, or capturing the
470 * bytes we would have written to disk if we were writing the
1321 DEFINE_string(gpuCacheSize, "", "<bytes> <count>: Limit the gpu cache to byte size or "
1528 size_t bytes;
1530 gr->getTextureCacheLimits(&count, &bytes);
1532 bytes = static_cast<size_t>(gGpuCacheSizeBytes);
1537 gr->setTextureCacheLimits(count, bytes);