Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.h28 class GrSkSLFPFactory; variable
102 mutable sk_sp<GrSkSLFPFactory> fFactory;
122 friend class GrSkSLFPFactory; variable
130 class GrSkSLFPFactory : public SkNVRefCnt<GrSkSLFPFactory> {
138 GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl);
DGrSkSLFP.cpp17 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl) in GrSkSLFPFactory() function in GrSkSLFPFactory
45 const SkSL::Program* GrSkSLFPFactory::getSpecialization(const SkSL::String& key, const void* inputs, in getSpecialization()
277 fFactory = sk_sp<GrSkSLFPFactory>(new GrSkSLFPFactory(fName, fShaderCaps.get(), fSkSL)); in createFactory()
369 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) { in get()
373 GrSkSLFPFactory* result = fFactories[index]; in get()
375 return sk_sp<GrSkSLFPFactory>(result); in get()
378 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set()
388 for (GrSkSLFPFactory* factory : fFactories) { in ~GrSkSLFPFactoryCache()
/external/skia/src/gpu/effects/
DGrSkSLFP.h28 class GrSkSLFPFactory; variable
111 mutable sk_sp<GrSkSLFPFactory> fFactory;
139 friend class GrSkSLFPFactory; variable
147 class GrSkSLFPFactory : public SkNVRefCnt<GrSkSLFPFactory> {
155 GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl);
DGrSkSLFP.cpp19 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl) in GrSkSLFPFactory() function in GrSkSLFPFactory
47 const SkSL::Program* GrSkSLFPFactory::getSpecialization(const SkSL::String& key, const void* inputs, in getSpecialization()
300 fFactory = sk_sp<GrSkSLFPFactory>(new GrSkSLFPFactory(fName, fShaderCaps.get(), fSkSL)); in createFactory()
402 sk_sp<GrSkSLFPFactory> GrSkSLFPFactoryCache::get(int index) { in get()
406 GrSkSLFPFactory* result = fFactories[index]; in get()
408 return sk_sp<GrSkSLFPFactory>(result); in get()
411 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set()
421 for (GrSkSLFPFactory* factory : fFactories) { in ~GrSkSLFPFactoryCache()
/external/skqp/include/private/
DGrSkSLFPFactoryCache.h15 class GrSkSLFPFactory; variable
26 sk_sp<GrSkSLFPFactory> get(int index);
29 void set(int index, sk_sp<GrSkSLFPFactory> factory);
34 std::vector<GrSkSLFPFactory*> fFactories;
/external/skia/include/private/
DGrSkSLFPFactoryCache.h15 class GrSkSLFPFactory; variable
26 sk_sp<GrSkSLFPFactory> get(int index);
29 void set(int index, sk_sp<GrSkSLFPFactory> factory);
34 std::vector<GrSkSLFPFactory*> fFactories;
/external/skqp/src/gpu/
DGrContextPriv.h20 class GrSkSLFPFactory; variable
/external/skia/src/gpu/
DGrContextPriv.h20 class GrSkSLFPFactory; variable