Searched refs:willBlendWithDst (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawTarget.h262 bool willBlendWithDst(const GrPrimitiveProcessor* primProc) const { function in struct:GrDrawTarget::PipelineInfo
263 return fPipelineBuilder->willBlendWithDst(primProc);
H A DGrInOrderCommandBuilder.cpp106 !pipelineInfo.willBlendWithDst(pathProc) &&
H A DGrPipelineBuilder.cpp126 bool GrPipelineBuilder::willBlendWithDst(const GrPrimitiveProcessor* pp) const { function in class:GrPipelineBuilder
H A DGrPipelineBuilder.h145 bool willBlendWithDst(const GrPrimitiveProcessor*) const;
390 // willBlendWithDst() - only called by Nvpr, does not cache results

Completed in 88 milliseconds