Searched refs:fPurgeableBytes (Results 1 – 2 of 2) sorted by relevance
178 fPurgeableBytes -= size; in removeResource()229 SkASSERT(!fPurgeableBytes); in abandonAll()270 SkASSERT(!fPurgeableBytes); in releaseAll()456 fPurgeableBytes -= resource->gpuMemorySize(); in refAndMakeResourceMRU()524 fPurgeableBytes += resource->gpuMemorySize(); in notifyARefCntReachedZero()820 if (preferScratchResources && bytesToPurge < fPurgeableBytes) { in purgeUnlockedResources()1147 SkASSERT(purgeableBytes == fPurgeableBytes); in validate()
117 size_t getPurgeableBytes() const { return fPurgeableBytes; } in getPurgeableBytes()412 size_t fPurgeableBytes = 0; variable