Home
last modified time | relevance | path

Searched refs:fpA (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkComposeShader.cpp225 auto fpA = as_fp(args, fDst.get()); in asFragmentProcessor() local
227 if (!fpA || !fpB) { in asFragmentProcessor()
231 std::move(fpA), fMode); in asFragmentProcessor()
237 auto fpA = as_fp(args, fDst.get()); in asFragmentProcessor() local
239 return GrComposeLerpEffect::Make(std::move(fpA), std::move(fpB), fWeight); in asFragmentProcessor()
245 auto fpA = as_fp(args, fDst.get()); in asFragmentProcessor() local
251 return GrComposeLerpRedEffect::Make(std::move(fpA), std::move(fpB), std::move(red)); in asFragmentProcessor()
/third_party/skia/src/shaders/
DSkComposeShader.cpp169 auto fpA = as_SB(fDst)->asFragmentProcessor(args); in asFragmentProcessor() local
171 if (!fpA || !fpB) { in asFragmentProcessor()
176 return as_BB(fBlender)->asFragmentProcessor(std::move(fpB), std::move(fpA), orig_args); in asFragmentProcessor()
178 return GrBlendFragmentProcessor::Make(std::move(fpB), std::move(fpA), fMode); in asFragmentProcessor()
/third_party/flutter/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp186 std::unique_ptr<GrFragmentProcessor> fpA(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate() local
194 new ComposeTwoFragmentProcessor(std::move(fpA), std::move(fpB), mode)); in TestCreate()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp1664 FILE *fpA = fopen(aFilePath, "wt"); in validateSerializedState() local
1665 ASSERT(fpA); in validateSerializedState()
1666 fprintf(fpA, "%s", expectedCapturedSerializedState); in validateSerializedState()
1667 fclose(fpA); in validateSerializedState()