Searched refs:MakeChildFP (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/gpu/ |
D | GrProcessorUnitTest.cpp | 48 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()
|
D | GrProcessorUnitTest.h | 43 std::unique_ptr<GrFragmentProcessor> MakeChildFP(GrProcessorTestData*);
|
/external/skia/src/gpu/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 41 inputChild = GrProcessorUnitTest::MakeChildFP(testData); 43 maskChild = GrProcessorUnitTest::MakeChildFP(testData);
|
D | GrArithmeticProcessor.fp | 47 GrProcessorUnitTest::MakeChildFP(d), GrProcessorUnitTest::MakeChildFP(d),
|
D | GrDeviceSpaceEffect.fp | 31 return GrDeviceSpaceEffect::Make(GrProcessorUnitTest::MakeChildFP(d));
|
D | GrMagnifierEffect.fp | 55 auto src = GrProcessorUnitTest::MakeChildFP(d);
|
D | GrDitherEffect.fp | 55 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range);
|
D | GrConfigConversionEffect.fp | 152 new GrConfigConversionEffect(GrProcessorUnitTest::MakeChildFP(data), pmConv));
|
D | GrBlendFragmentProcessor.cpp | 238 std::unique_ptr<GrFragmentProcessor> dst(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
|
D | GrBicubicEffect.cpp | 297 return Make(GrProcessorUnitTest::MakeChildFP(d), at, m, kernel, direction); in TestCreate()
|
/external/skia/src/gpu/effects/generated/ |
D | GrArithmeticProcessor.cpp | 104 return GrArithmeticProcessor::Make(GrProcessorUnitTest::MakeChildFP(d), in TestCreate() 105 GrProcessorUnitTest::MakeChildFP(d), in TestCreate()
|
D | GrAlphaThresholdFragmentProcessor.cpp | 115 inputChild = GrProcessorUnitTest::MakeChildFP(testData); in TestCreate() 117 maskChild = GrProcessorUnitTest::MakeChildFP(testData); in TestCreate()
|
D | GrDeviceSpaceEffect.cpp | 62 return GrDeviceSpaceEffect::Make(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate()
|
D | GrDitherEffect.cpp | 85 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range); in TestCreate()
|
D | GrConfigConversionEffect.cpp | 85 new GrConfigConversionEffect(GrProcessorUnitTest::MakeChildFP(data), pmConv)); in TestCreate()
|
D | GrMagnifierEffect.cpp | 184 auto src = GrProcessorUnitTest::MakeChildFP(d); in TestCreate()
|
/external/skqp/src/gpu/ |
D | GrProcessorUnitTest.cpp | 13 std::unique_ptr<GrFragmentProcessor> GrProcessorUnitTest::MakeChildFP(GrProcessorTestData* data) { in MakeChildFP() function in GrProcessorUnitTest
|
D | GrProcessorUnitTest.h | 39 std::unique_ptr<GrFragmentProcessor> MakeChildFP(GrProcessorTestData*);
|
/external/skqp/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 186 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()
|