Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDDLContext.cpp23 fFPFactoryCache = proxy->priv().fpFactoryCache(); in GrDDLContext()
24 SkASSERT(fFPFactoryCache); in GrDDLContext()
DGrDirectContext.cpp64 SkASSERT(!fFPFactoryCache); in init()
65 fFPFactoryCache.reset(new GrSkSLFPFactoryCache()); in init()
68 options, fFPFactoryCache)); in init()
DGrContextThreadSafeProxy.cpp26 , fFPFactoryCache(std::move(cache)) {} in GrContextThreadSafeProxy()
93 return fProxy->fFPFactoryCache; in fpFactoryCache()
DGrContext.cpp1066 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::getFPFactoryCache() { return fContext->fFPFactoryCache; } in getFPFactoryCache()
/external/skia/src/gpu/
DGrContext_Base.cpp43 fFPFactoryCache = FPFactoryCache; in init()
62 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; } in fpFactoryCache()
/external/skia/include/private/
DGrContext_Base.h76 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache; variable
/external/skqp/include/gpu/
DGrContextThreadSafeProxy.h97 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache; variable
DGrContext.h292 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache; variable