Home
last modified time | relevance | path

Searched refs:fpFactoryCache (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/
DGrContext_Base.cpp62 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; } in fpFactoryCache() function in GrContext_Base
69 sk_sp<GrSkSLFPFactoryCache> GrBaseContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrBaseContextPriv
70 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrImageContext.cpp45 sk_sp<GrSkSLFPFactoryCache> GrImageContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrImageContextPriv
46 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrContextThreadSafeProxy.cpp90 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextThreadSafeProxyPriv
91 return fProxy->fpFactoryCache(); in fpFactoryCache()
DGrBaseContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrContextThreadSafeProxyPriv.h30 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrImageContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrDDLContext.cpp77 if (!context->init(proxy->priv().refCaps(), proxy->priv().fpFactoryCache())) { in MakeDDL()
DGrRecordingContext.cpp303 sk_sp<GrSkSLFPFactoryCache> GrRecordingContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrRecordingContextPriv
304 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrRecordingContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrContextPriv.h48 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrContextPriv.cpp38 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextPriv
39 return fContext->fpFactoryCache(); in fpFactoryCache()
/external/skqp/src/gpu/
DGrContextThreadSafeProxyPriv.h26 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache() const;
DGrDDLContext.cpp23 fFPFactoryCache = proxy->priv().fpFactoryCache(); in GrDDLContext()
DGrContextThreadSafeProxy.cpp92 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() const { in fpFactoryCache() function in GrContextThreadSafeProxyPriv
/external/skia/include/private/
DGrContext_Base.h65 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp249 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
257 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()