Lines Matching refs:GGLFormat
123 if (!mCbFormat.c[GGLFormat::ALPHA].h) { in scanline_core()
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in scanline_core()
161 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in scanline_core()
162 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA) in scanline_core()
168 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in scanline_core()
171 info.needed = (i==GGLFormat::ALPHA) && in scanline_core()
176 info.fog = mFog && info.inDest && (i != GGLFormat::ALPHA); in scanline_core()
274 build_component(pixel, parts, GGLFormat::ALPHA, regs); in scanline_core()
282 build_component(pixel, parts, GGLFormat::RED, regs); in scanline_core()
283 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core()
284 build_component(pixel, parts, GGLFormat::BLUE, regs); in scanline_core()
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component()
493 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_incoming_component()
494 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) { in build_incoming_component()
516 const int blend_needs_alpha_source = (component==GGLFormat::ALPHA) && in build_incoming_component()
548 if ((component==GGLFormat::ALPHA) && in build_incoming_component()