Home
last modified time | relevance | path

Searched refs:maxCacheSizeBytes (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DBlobCache.h92 explicit BlobCache(size_t maxCacheSizeBytes);
127 void resize(size_t maxCacheSizeBytes) { mBlobCache.resize(maxCacheSizeBytes); }
DBlobCache.cpp103 BlobCache::BlobCache(size_t maxCacheSizeBytes) in BlobCache() argument
104 : mBlobCache(maxCacheSizeBytes), mSetBlobFunc(nullptr), mGetBlobFunc(nullptr) in BlobCache()
DMemoryProgramCache.cpp267 void MemoryProgramCache::resize(size_t maxCacheSizeBytes) in resize() argument
269 mBlobCache.resize(maxCacheSizeBytes); in resize()
DMemoryProgramCache.h73 void resize(size_t maxCacheSizeBytes);