Home
last modified time | relevance | path

Searched refs:fOpts (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrPipeline.cpp27 xferProcessor.reset(xpFactory->createXferProcessor(args.fOpts, in CreateAt()
38 args.fOpts, in CreateAt()
43 if (args.fOpts.fColorPOI.firstEffectiveProcessorIndex() != 0) { in CreateAt()
44 overrideColor = args.fOpts.fColorPOI.inputColorToFirstEffectiveProccesor(); in CreateAt()
51 optFlags = xpForOpts->getOptimizations(args.fOpts, in CreateAt()
85 int firstColorProcessorIdx = args.fOpts.fColorPOI.firstEffectiveProcessorIndex(); in CreateAt()
92 pipeline->adjustProgramFromOptimizations(builder, optFlags, args.fOpts.fColorPOI, in CreateAt()
93 args.fOpts.fCoveragePOI, &firstColorProcessorIdx, in CreateAt()
139 xpFactory->getInvariantBlendedColor(args.fOpts.fColorPOI, &blendedColor); in CreateAt()
141 GrPorterDuffXPFactory::SrcOverInvariantBlendedColor(args.fOpts.fColorPOI.color(), in CreateAt()
[all …]
DGrDrawTarget.cpp494 batch->getPipelineOptimizations(&args.fOpts); in installPipelineInDrawBatch()
496 if (args.fOpts.fOverrides.fUsePLSDstRead) { in installPipelineInDrawBatch()
520 args.fOpts.fColorPOI.completeCalculations(pipelineBuilder->fColorFragmentProcessors.begin(), in installPipelineInDrawBatch()
522 args.fOpts.fCoveragePOI.completeCalculations( in installPipelineInDrawBatch()
525 if (!this->setupDstReadIfNecessary(*pipelineBuilder, args.fOpts, &args.fDstTexture, in installPipelineInDrawBatch()
DGrPipeline.h52 GrPipelineOptimizations fOpts; member