Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProcessorUnitTest.cpp75 GrProcessorTestFactory<ProcessorSmartPtr>::GrProcessorTestFactory(MakeProc makeProc, in GrProcessorTestFactory() function in GrProcessorTestFactory
207 template class GrProcessorTestFactory<GrGeometryProcessor*>; variable
208 template class GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>; variable
/external/skqp/src/gpu/
DGrProcessorUnitTest.h87 GrProcessorTestFactory(MakeProc makeProc) { in GrProcessorTestFactory() function