Searched refs:blobCache (Results 1 – 7 of 7) sorted by relevance
50 BlobCache blobCache(kSize); in TEST() local52 blobCache.populate(MakeKey(0), MakeBlob(kSize)); in TEST()53 EXPECT_EQ(32u, blobCache.size()); in TEST()54 EXPECT_FALSE(blobCache.empty()); in TEST()56 blobCache.populate(MakeKey(1), MakeBlob(kSize)); in TEST()57 EXPECT_EQ(32u, blobCache.size()); in TEST()58 EXPECT_FALSE(blobCache.empty()); in TEST()61 EXPECT_FALSE(blobCache.get(nullptr, MakeKey(0), &blob)); in TEST()63 blobCache.clear(); in TEST()64 EXPECT_TRUE(blobCache.empty()); in TEST()[all …]
96 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() argument97 : mBlobCache(blobCache), mIssuedWarnings(0) in MemoryProgramCache()
28 explicit MemoryProgramCache(egl::BlobCache &blobCache);
1018 bool blobCache = false; member
1380 …InsertExtensionString("EGL_ANDROID_blob_cache", blobCache, … in getStrings()
1556 mDisplayExtensions.blobCache = true; in initDisplayExtensions()
103 void setBlobCache(egl::BlobCache *blobCache) { mBlobCache = blobCache; } in setBlobCache() argument