Searched refs:makeProc (Results 1 – 3 of 3) sorted by relevance
87 GrProcessorTestFactory(MakeProc makeProc) { in GrProcessorTestFactory() argument88 fMakeProc = makeProc; in GrProcessorTestFactory()
75 GrProcessorTestFactory<ProcessorSmartPtr>::GrProcessorTestFactory(MakeProc makeProc, in GrProcessorTestFactory() argument77 : fMakeProc(makeProc), fName(name) { in GrProcessorTestFactory()
94 GrProcessorTestFactory(MakeProc makeProc, const char* name);