Home
last modified time | relevance | path

Searched defs:GrProcessorTestFactory (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrProcessorUnitTest.cpp76 GrProcessorTestFactory<ProcessorSmartPtr>::GrProcessorTestFactory(MakeProc makeProc, in GrProcessorTestFactory() function in GrProcessorTestFactory
208 template class GrProcessorTestFactory<GrGeometryProcessor*>; variable
209 template class GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>; variable
/third_party/flutter/skia/src/gpu/
DGrProcessorUnitTest.h85 GrProcessorTestFactory(MakeProc makeProc) { in GrProcessorTestFactory() function