Lines Matching refs:GrSwizzle
746 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetWritePixelsInfo()
764 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
770 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
778 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
1809 const GrSwizzle& swizzle = this->glCaps().glslCaps()->configOutputSwizzle( in flushGLState()
2246 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetReadPixelsInfo()
2275 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2285 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2296 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2673 this->flushBlend(blendInfo, GrSwizzle()); in stampRectUsingProgram()
2880 void GrGLGpu::flushBlend(const GrXferProcessor::BlendInfo& blendInfo, const GrSwizzle& swizzle) { in flushBlend()
2979 const GrSwizzle& swizzle = caps.configSwizzle(config); in get_tex_param_swizzle()
3647 this->flushBlend(blendInfo, GrSwizzle::RGBA()); in drawDebugWireRect()
3729 this->flushBlend(blendInfo, GrSwizzle::RGBA()); in copySurfaceAsDraw()