Lines Matching refs:GGLFormat
122 if (!mCbFormat.c[GGLFormat::ALPHA].h) {
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
160 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
161 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
167 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) {
170 info.needed = (i==GGLFormat::ALPHA) &&
175 info.fog = mFog && info.inDest && (i != GGLFormat::ALPHA);
273 build_component(pixel, parts, GGLFormat::ALPHA, regs);
281 build_component(pixel, parts, GGLFormat::RED, regs);
282 build_component(pixel, parts, GGLFormat::GREEN, regs);
283 build_component(pixel, parts, GGLFormat::BLUE, regs);
490 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
491 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
492 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
514 const int blend_needs_alpha_source = (component==GGLFormat::ALPHA) &&
546 if ((component==GGLFormat::ALPHA) &&