Home
last modified time | relevance | path

Searched defs:blobCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DBlobCache_unittest.cpp50 BlobCache blobCache(kSize); in TEST() local
71 BlobCache blobCache(kSize); in TEST() local
122 BlobCache blobCache(kSize); in TEST() local
H A DMemoryShaderCache.cpp36 MemoryShaderCache::MemoryShaderCache(egl::BlobCache &blobCache) : mBlobCache(blobCache) {} in MemoryShaderCache()
H A DMemoryProgramCache.cpp61 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) : mBlobCache(blobCache) {} in MemoryProgramCache()
H A DCaps.h577 bool blobCache = false; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DDisplayImpl.h106 void setBlobCache(egl::BlobCache *blobCache) { mBlobCache = blobCache; } in setBlobCache()