Lines Matching defs:bytes
472 * directly from the the bytes of a PNG file, or capturing the
473 * bytes
1379 DEFINE_string(gpuCacheSize, "", "<bytes> <count>: Limit the gpu cache to byte size or "
1587 size_t bytes;
1589 gr->getTextureCacheLimits(&count, &bytes);
1591 bytes = static_cast<size_t>(gGpuCacheSizeBytes);
1596 gr->setTextureCacheLimits(count, bytes);