Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPaint.cpp50 GrProcOptInfo colorProcInfo; in isOpaqueAndConstantColor() local
51 colorProcInfo.calcWithInitialValues(fColorStages.begin(), this->numColorStages(), fColor, in isOpaqueAndConstantColor()
55 fXPFactory->getInvariantOutput(colorProcInfo, coverageProcInfo, &output); in isOpaqueAndConstantColor()
DGrPipelineBuilder.h361 const GrProcOptInfo& colorProcInfo(const GrPrimitiveProcessor* pp) const { in colorProcInfo() function
371 const GrProcOptInfo& colorProcInfo(const GrBatch* batch) const { in colorProcInfo() function
DGrDrawTarget.cpp510 fColorPOI = fPipelineBuilder->colorProcInfo(primProc); in PipelineInfo()
525 fColorPOI = fPipelineBuilder->colorProcInfo(batch); in PipelineInfo()