Lines Matching refs:fs
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
162 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
163 fs = GGL_ONE;
177 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
494 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
495 fs = GGL_ONE;
499 const int blending = blending_codes(fs, fd);
502 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));