Home
last modified time | relevance | path

Searched refs:MakeChildFP (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrProcessorUnitTest.cpp48 return GrProcessorUnitTest::MakeChildFP(this); in inputFP()
177 std::unique_ptr<GrFragmentProcessor> GrProcessorUnitTest::MakeChildFP(GrProcessorTestData* data) { in MakeChildFP() function in GrProcessorUnitTest
204 return data->fRandom->nextBool() ? MakeChildFP(data) : nullptr; in MakeOptionalChildFP()
DGrProcessorUnitTest.h43 std::unique_ptr<GrFragmentProcessor> MakeChildFP(GrProcessorTestData*);
/external/skia/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp41 inputChild = GrProcessorUnitTest::MakeChildFP(testData);
43 maskChild = GrProcessorUnitTest::MakeChildFP(testData);
DGrArithmeticProcessor.fp47 GrProcessorUnitTest::MakeChildFP(d), GrProcessorUnitTest::MakeChildFP(d),
DGrDeviceSpaceEffect.fp31 return GrDeviceSpaceEffect::Make(GrProcessorUnitTest::MakeChildFP(d));
DGrMagnifierEffect.fp55 auto src = GrProcessorUnitTest::MakeChildFP(d);
DGrDitherEffect.fp55 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range);
DGrConfigConversionEffect.fp152 new GrConfigConversionEffect(GrProcessorUnitTest::MakeChildFP(data), pmConv));
DGrBlendFragmentProcessor.cpp238 std::unique_ptr<GrFragmentProcessor> dst(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
DGrBicubicEffect.cpp297 return Make(GrProcessorUnitTest::MakeChildFP(d), at, m, kernel, direction); in TestCreate()
/external/skia/src/gpu/effects/generated/
DGrArithmeticProcessor.cpp104 return GrArithmeticProcessor::Make(GrProcessorUnitTest::MakeChildFP(d), in TestCreate()
105 GrProcessorUnitTest::MakeChildFP(d), in TestCreate()
DGrAlphaThresholdFragmentProcessor.cpp115 inputChild = GrProcessorUnitTest::MakeChildFP(testData); in TestCreate()
117 maskChild = GrProcessorUnitTest::MakeChildFP(testData); in TestCreate()
DGrDeviceSpaceEffect.cpp62 return GrDeviceSpaceEffect::Make(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
DGrDitherEffect.cpp85 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range); in TestCreate()
DGrConfigConversionEffect.cpp85 new GrConfigConversionEffect(GrProcessorUnitTest::MakeChildFP(data), pmConv)); in TestCreate()
DGrMagnifierEffect.cpp184 auto src = GrProcessorUnitTest::MakeChildFP(d); in TestCreate()
/external/skqp/src/gpu/
DGrProcessorUnitTest.cpp13 std::unique_ptr<GrFragmentProcessor> GrProcessorUnitTest::MakeChildFP(GrProcessorTestData* data) { in MakeChildFP() function in GrProcessorUnitTest
DGrProcessorUnitTest.h39 std::unique_ptr<GrFragmentProcessor> MakeChildFP(GrProcessorTestData*);
/external/skqp/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp186 std::unique_ptr<GrFragmentProcessor> fpA(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
187 std::unique_ptr<GrFragmentProcessor> fpB(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
477 std::unique_ptr<GrFragmentProcessor> dst(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()