HomeSort by relevance Sort by last modified time
    Searched refs:willBlendWithDst (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrDrawTarget.h 262 bool willBlendWithDst(const GrPrimitiveProcessor* primProc) const {
263 return fPipelineBuilder->willBlendWithDst(primProc);
GrInOrderCommandBuilder.cpp 106 !pipelineInfo.willBlendWithDst(pathProc) &&
GrPipelineBuilder.cpp 126 bool GrPipelineBuilder::willBlendWithDst(const GrPrimitiveProcessor* pp) const {
GrPipelineBuilder.h 145 bool willBlendWithDst(const GrPrimitiveProcessor*) const;
390 // willBlendWithDst() - only called by Nvpr, does not cache results

Completed in 764 milliseconds