Home
last modified time | relevance | path

Searched refs:PersistentCache (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/
DGrContextOptions.h39 class SK_API PersistentCache {
41 virtual ~PersistentCache() {} in ~PersistentCache()
184 PersistentCache* fPersistentCache = nullptr;
243 struct PersistentCache {}; struct
DGrContext.h336 GrContextOptions::PersistentCache* fPersistentCache;
/external/skqp/include/gpu/
DGrContextOptions.h39 class PersistentCache {
41 virtual ~PersistentCache() {} in ~PersistentCache()
184 PersistentCache* fPersistentCache = nullptr;
241 struct PersistentCache {}; struct
DGrContext.h326 GrContextOptions::PersistentCache* fPersistentCache;
/external/skia/tools/gpu/
DMemoryCache.h25 class MemoryCache : public GrContextOptions::PersistentCache {
/external/skqp/tools/gpu/
DMemoryCache.h25 class MemoryCache : public GrContextOptions::PersistentCache {
/external/skqp/src/gpu/
DGrContextPriv.h286 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
/external/skia/src/gpu/
DGrContextPriv.h277 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()