Lines Matching refs:fs
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
161 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
162 fs = GGL_ONE;
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
491 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
492 fs = GGL_ONE;
496 const int blending = blending_codes(fs, fd);
499 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));