Home
last modified time | relevance | path

Searched refs:fInputFP (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrProcessorUnitTest.cpp31 , fInputFP(std::move(inputFP)) { in GrProcessorTestData()
45 return fInputFP ? fInputFP->clone() : nullptr; in inputFP()
DGrProcessorUnitTest.h83 std::unique_ptr<GrFragmentProcessor> fInputFP; variable