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