Searched refs:SetResourceCacheSingleAllocationByteLimit (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkGraphics.h112 static size_t SetResourceCacheSingleAllocationByteLimit(size_t newLimit);
/external/skia/tests/
H A DSkResourceCacheTest.cpp62 SkGraphics::SetResourceCacheSingleAllocationByteLimit(0); // No limit
68 SkGraphics::SetResourceCacheSingleAllocationByteLimit(size * 2); // big enough
74 SkGraphics::SetResourceCacheSingleAllocationByteLimit(size / 2); // too small
78 SkGraphics::SetResourceCacheSingleAllocationByteLimit(originalAllocationLimit);
/external/skia/src/core/
H A DSkResourceCache.cpp638 size_t SkGraphics::SetResourceCacheSingleAllocationByteLimit(size_t newLimit) { function in class:SkGraphics

Completed in 80 milliseconds