Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPaint.cpp48 coverageProcInfo.calcWithInitialValues(fCoverageStages.begin(), this->numCoverageStages(), in isOpaqueAndConstantColor()
51 colorProcInfo.calcWithInitialValues(fColorStages.begin(), this->numColorStages(), fColor, in isOpaqueAndConstantColor()
DGrPipelineBuilder.cpp162 fColorProcInfo.calcWithInitialValues(fColorStages.begin(),this->numColorFragmentStages(), in calcColorInvariantOutput()
172 fCoverageProcInfo.calcWithInitialValues(fCoverageStages.begin(), in calcCoverageInvariantOutput()
DGrProcOptInfo.h34 void calcWithInitialValues(const GrFragmentStage*, int stageCount, GrColor startColor,
DGrProcOptInfo.cpp51 void GrProcOptInfo::calcWithInitialValues(const GrFragmentStage* stages, in calcWithInitialValues() function in GrProcOptInfo