Home
last modified time | relevance | path

Searched refs:GrSkSLFPFactoryCache (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/include/private/
DGrContext_Base.h20 class GrSkSLFPFactoryCache; variable
40 virtual bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>);
65 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
76 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
DGrSkSLFPFactoryCache.h22 class GrSkSLFPFactoryCache : public SkNVRefCnt<GrSkSLFPFactoryCache> {
31 ~GrSkSLFPFactoryCache();
DGrRecordingContext.h34 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;
/external/skqp/include/private/
DGrSkSLFPFactoryCache.h22 class GrSkSLFPFactoryCache : public SkNVRefCnt<GrSkSLFPFactoryCache> {
31 ~GrSkSLFPFactoryCache();
/external/skia/src/gpu/
DGrContext_Base.cpp39 bool GrContext_Base::init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) { in init()
62 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; } in fpFactoryCache()
69 sk_sp<GrSkSLFPFactoryCache> GrBaseContextPriv::fpFactoryCache() { in fpFactoryCache()
DGrContextThreadSafeProxy.cpp27 sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) { in init()
90 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() { in fpFactoryCache()
99 sk_sp<GrSkSLFPFactoryCache> cache) { in Make()
DGrContextThreadSafeProxyPriv.h30 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
37 sk_sp<GrSkSLFPFactoryCache>);
DGrLegacyDirectContext.cpp62 bool init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) override { in init()
66 FPFactoryCache.reset(new GrSkSLFPFactoryCache()); in init()
DGrImageContext.cpp45 sk_sp<GrSkSLFPFactoryCache> GrImageContextPriv::fpFactoryCache() { in fpFactoryCache()
DGrContextPriv.h21 class GrSkSLFPFactoryCache; variable
48 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrBaseContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrDDLContext.cpp47 bool init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) override { in init()
DGrImageContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrRecordingContext.cpp52 bool GrRecordingContext::init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> cache) { in init()
303 sk_sp<GrSkSLFPFactoryCache> GrRecordingContextPriv::fpFactoryCache() { in fpFactoryCache()
DGrRecordingContextPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
/external/skqp/include/gpu/
DGrContextThreadSafeProxy.h19 class GrSkSLFPFactoryCache; variable
91 sk_sp<GrSkSLFPFactoryCache> cache);
97 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
DGrContext.h41 class GrSkSLFPFactoryCache; variable
292 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
/external/skqp/src/gpu/
DGrContextThreadSafeProxy.cpp21 sk_sp<GrSkSLFPFactoryCache> cache) in GrContextThreadSafeProxy()
92 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() const { in fpFactoryCache()
DGrContextThreadSafeProxyPriv.h26 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache() const;
/external/skqp/src/gpu/effects/
DGrSkSLFP.h85 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
98 sk_sp<GrSkSLFPFactoryCache> fFactoryCache;
DGrSkSLFP.cpp242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
369 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) { in get()
378 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set()
387 GrSkSLFPFactoryCache::~GrSkSLFPFactoryCache() { in ~GrSkSLFPFactoryCache()
/external/skia/src/gpu/effects/
DGrSkSLFP.h93 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
107 sk_sp<GrSkSLFPFactoryCache> fFactoryCache;
DGrSkSLFP.cpp263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
402 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) { in get()
411 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set()
420 GrSkSLFPFactoryCache::~GrSkSLFPFactoryCache() { in ~GrSkSLFPFactoryCache()
/external/skia/include/gpu/
DGrContext.h35 class GrSkSLFPFactoryCache; variable
314 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;
DGrContextThreadSafeProxy.h84 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;

12