Lines Matching refs:dstTexture
507 ShaderPDXferProcessor(const DstTexture* dstTexture, in ShaderPDXferProcessor() argument
510 : INHERITED(dstTexture, true, hasMixedSamples) in ShaderPDXferProcessor()
741 const DstTexture* dstTexture) const { in onCreateXferProcessor()
743 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
753 SkASSERT(!dstTexture || !dstTexture->texture()); in onCreateXferProcessor()
763 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
766 SkASSERT(!dstTexture || !dstTexture->texture()); in onCreateXferProcessor()
859 const GrXferProcessor::DstTexture* dstTexture) { in CreateSrcOverXferProcessor() argument
861 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, SkXfermode::kSrcOver_Mode); in CreateSrcOverXferProcessor()
882 SkASSERT(!dstTexture || !dstTexture->texture()); in CreateSrcOverXferProcessor()
892 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, SkXfermode::kSrcOver_Mode); in CreateSrcOverXferProcessor()
895 SkASSERT(!dstTexture || !dstTexture->texture()); in CreateSrcOverXferProcessor()