Searched refs:calcWithInitialValues (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrPaint.cpp | 48 coverageProcInfo.calcWithInitialValues(fCoverageStages.begin(), this->numCoverageStages(), in isOpaqueAndConstantColor() 51 colorProcInfo.calcWithInitialValues(fColorStages.begin(), this->numColorStages(), fColor, in isOpaqueAndConstantColor()
|
D | GrPipelineBuilder.cpp | 162 fColorProcInfo.calcWithInitialValues(fColorStages.begin(),this->numColorFragmentStages(), in calcColorInvariantOutput() 172 fCoverageProcInfo.calcWithInitialValues(fCoverageStages.begin(), in calcCoverageInvariantOutput()
|
D | GrProcOptInfo.h | 34 void calcWithInitialValues(const GrFragmentStage*, int stageCount, GrColor startColor,
|
D | GrProcOptInfo.cpp | 51 void GrProcOptInfo::calcWithInitialValues(const GrFragmentStage* stages, in calcWithInitialValues() function in GrProcOptInfo
|