Lines Matching refs:blendInfo
1996 GrXferProcessor::BlendInfo blendInfo; in flushGLState() local
1997 pipeline.getXferProcessor().getBlendInfo(&blendInfo); in flushGLState()
1999 this->flushColorWrite(blendInfo.fWriteColor); in flushGLState()
2006 this->flushBlend(blendInfo, swizzle); in flushGLState()
2859 void GrGLGpu::flushBlend(const GrXferProcessor::BlendInfo& blendInfo, const GrSwizzle& swizzle) { in flushBlend() argument
2863 GrBlendEquation equation = blendInfo.fEquation; in flushBlend()
2864 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend; in flushBlend()
2865 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()
2869 !blendInfo.fWriteColor; in flushBlend()
2915 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlend()
3667 GrXferProcessor::BlendInfo blendInfo; in copySurfaceAsDraw() local
3668 blendInfo.reset(); in copySurfaceAsDraw()
3669 this->flushBlend(blendInfo, GrSwizzle::RGBA()); in copySurfaceAsDraw()
3833 GrXferProcessor::BlendInfo blendInfo; in onRegenerateMipMapLevels() local
3834 blendInfo.reset(); in onRegenerateMipMapLevels()
3835 this->flushBlend(blendInfo, GrSwizzle::RGBA()); in onRegenerateMipMapLevels()