Searched refs:GrProcessorTestFactory (Results 1 – 2 of 2) sorted by relevance
82 GrProcessorTestFactory<ProcessorSmartPtr>::GrProcessorTestFactory(MakeProc makeProc, in GrProcessorTestFactory() function in GrProcessorTestFactory89 ProcessorSmartPtr GrProcessorTestFactory<ProcessorSmartPtr>::Make(GrProcessorTestData* data) { in Make()99 ProcessorSmartPtr GrProcessorTestFactory<ProcessorSmartPtr>::MakeIdx(int idx, in MakeIdx()102 GrProcessorTestFactory<ProcessorSmartPtr>* factory = (*GetFactories())[idx]; in MakeIdx()111 int GrProcessorTestFactory<ProcessorSmartPtr>::Count() { in Count()214 template class GrProcessorTestFactory<GrGeometryProcessor*>; variable215 template class GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>; variable
85 class GrProcessorTestFactory : private SkNoncopyable {89 GrProcessorTestFactory(MakeProc makeProc, const char* name);103 static skia_private::TArray<GrProcessorTestFactory<ProcessorSmartPtr>*, true>* GetFactories();109 using GrFragmentProcessorTestFactory = GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>;110 using GrGeometryProcessorTestFactory = GrProcessorTestFactory<GrGeometryProcessor*>;