| Index: src/gpu/GrPipelineBuilder.cpp
|
| diff --git a/src/gpu/GrPipelineBuilder.cpp b/src/gpu/GrPipelineBuilder.cpp
|
| index 39520d4d8d5e660b6fe85c4f31a8e7082a0e7033..cb3b4af77e3cf9b676dc6afaca8637591d7f31ba 100644
|
| --- a/src/gpu/GrPipelineBuilder.cpp
|
| +++ b/src/gpu/GrPipelineBuilder.cpp
|
| @@ -96,17 +96,6 @@ GrPipelineBuilder::~GrPipelineBuilder() {
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| -void GrPipelineBuilder::calcColorInvariantOutput(const GrPrimitiveProcessor* pp) const {
|
| - fColorProcInfo.calcColorWithPrimProc(pp, fColorFragmentProcessors.begin(),
|
| - this->numColorFragmentProcessors());
|
| -
|
| -}
|
| -
|
| -void GrPipelineBuilder::calcCoverageInvariantOutput(const GrPrimitiveProcessor* pp) const {
|
| - fCoverageProcInfo.calcCoverageWithPrimProc(pp, fCoverageFragmentProcessors.begin(),
|
| - this->numCoverageFragmentProcessors());
|
| -}
|
| -
|
| void GrPipelineBuilder::calcColorInvariantOutput(const GrDrawBatch* batch) const {
|
| fColorProcInfo.calcColorWithBatch(batch, fColorFragmentProcessors.begin(),
|
| this->numColorFragmentProcessors());
|
|
|