Home
last modified time | relevance | path

Searched defs:maxCacheSizeBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DBlobCache.h112 void resize(size_t maxCacheSizeBytes) { mBlobCache.resize(maxCacheSizeBytes); } in resize()
H A DMemoryProgramCache.cpp240 void MemoryProgramCache::resize(size_t maxCacheSizeBytes) in resize()
H A DBlobCache.cpp19 BlobCache::BlobCache(size_t maxCacheSizeBytes) in BlobCache()