Home
last modified time | relevance | path

Searched refs:GrProcessorTestFactory (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrProcessorUnitTest.cpp76 GrProcessorTestFactory<ProcessorSmartPtr>::GrProcessorTestFactory(MakeProc makeProc, in GrProcessorTestFactory() function in GrProcessorTestFactory
83 ProcessorSmartPtr GrProcessorTestFactory<ProcessorSmartPtr>::Make(GrProcessorTestData* data) { in Make()
93 ProcessorSmartPtr GrProcessorTestFactory<ProcessorSmartPtr>::MakeIdx(int idx, in MakeIdx()
96 GrProcessorTestFactory<ProcessorSmartPtr>* factory = (*GetFactories())[idx]; in MakeIdx()
105 int GrProcessorTestFactory<ProcessorSmartPtr>::Count() { in Count()
208 template class GrProcessorTestFactory<GrGeometryProcessor*>;
209 template class GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>;
H A DGrProcessorUnitTest.h83 class GrProcessorTestFactory : private SkNoncopyable { class
87 GrProcessorTestFactory(MakeProc makeProc, const char* name);
101 static SkTArray<GrProcessorTestFactory<ProcessorSmartPtr>*, true>* GetFactories();
107 using GrFragmentProcessorTestFactory = GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>;
108 using GrGeometryProcessorTestFactory = GrProcessorTestFactory<GrGeometryProcessor*>;

Completed in 1 milliseconds