HomeSort by relevance Sort by last modified time
    Searched refs:GrSkSLFPFactoryCache (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/include/private/
GrSkSLFPFactoryCache.h 22 class GrSkSLFPFactoryCache : public SkNVRefCnt<GrSkSLFPFactoryCache> {
31 ~GrSkSLFPFactoryCache();
GrContext_Base.h 20 class GrSkSLFPFactoryCache;
40 virtual bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>);
65 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
76 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
GrRecordingContext.h 34 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;
  /external/skqp/include/private/
GrSkSLFPFactoryCache.h 22 class GrSkSLFPFactoryCache : public SkNVRefCnt<GrSkSLFPFactoryCache> {
31 ~GrSkSLFPFactoryCache();
  /external/skqp/include/gpu/
GrContextThreadSafeProxy.h 19 class GrSkSLFPFactoryCache;
91 sk_sp<GrSkSLFPFactoryCache> cache);
97 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
GrContext.h 41 class GrSkSLFPFactoryCache;
292 sk_sp<GrSkSLFPFactoryCache> fFPFactoryCache;
  /external/skia/src/gpu/
GrContextThreadSafeProxyPriv.h 30 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
37 sk_sp<GrSkSLFPFactoryCache>);
GrContext_Base.cpp 12 #include "GrSkSLFPFactoryCache.h"
39 bool GrContext_Base::init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) {
62 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; }
69 sk_sp<GrSkSLFPFactoryCache> GrBaseContextPriv::fpFactoryCache() {
GrContextThreadSafeProxy.cpp 14 #include "GrSkSLFPFactoryCache.h"
27 sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) {
90 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() {
99 sk_sp<GrSkSLFPFactoryCache> cache) {
GrImageContext.cpp 13 #include "GrSkSLFPFactoryCache.h"
45 sk_sp<GrSkSLFPFactoryCache> GrImageContextPriv::fpFactoryCache() {
GrBaseContextPriv.h 32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
GrDDLContext.cpp 12 #include "GrSkSLFPFactoryCache.h"
47 bool init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) override {
GrImageContextPriv.h 32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
GrRecordingContextPriv.h 32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
GrContextPriv.h 21 class GrSkSLFPFactoryCache;
48 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
GrLegacyDirectContext.cpp 62 bool init(sk_sp<const GrCaps> caps, sk_sp<GrSkSLFPFactoryCache> FPFactoryCache) override {
66 FPFactoryCache.reset(new GrSkSLFPFactoryCache());
  /external/skia/include/gpu/
GrContextThreadSafeProxy.h 84 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;
GrContext.h 35 class GrSkSLFPFactoryCache;
314 bool init(sk_sp<const GrCaps>, sk_sp<GrSkSLFPFactoryCache>) override;
  /external/skqp/src/gpu/
GrContextThreadSafeProxyPriv.h 26 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache() const;
GrContextThreadSafeProxy.cpp 14 #include "GrSkSLFPFactoryCache.h"
21 sk_sp<GrSkSLFPFactoryCache> cache)
92 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() const {
GrDirectContext.cpp 65 fFPFactoryCache.reset(new GrSkSLFPFactoryCache());
  /external/skia/src/gpu/effects/
GrSkSLFP.h 18 #include "../private/GrSkSLFPFactoryCache.h"
93 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
107 sk_sp<GrSkSLFPFactoryCache> fFactoryCache;
GrSkSLFP.cpp 263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps,
402 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) {
411 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) {
420 GrSkSLFPFactoryCache::~GrSkSLFPFactoryCache() {
  /external/skqp/src/gpu/effects/
GrSkSLFP.h 18 #include "../private/GrSkSLFPFactoryCache.h"
85 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
98 sk_sp<GrSkSLFPFactoryCache> fFactoryCache;
GrSkSLFP.cpp 242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps,
369 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) {
378 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) {
387 GrSkSLFPFactoryCache::~GrSkSLFPFactoryCache() {

Completed in 895 milliseconds

1 2