Searched refs:ALPHA (Results 1 – 7 of 7) sorted by relevance
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()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()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()[all …]
72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending()73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_blending()74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) in build_blending()270 if (component==GGLFormat::ALPHA && !isAlphaSourceNeeded()) { in build_blend_factor()348 extract(factor, dst_pixel, GGLFormat::ALPHA); in build_blend_factor()
128 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) { in init_iterated_color()302 if (!tmu.format.c[GGLFormat::ALPHA].h) { in decodeTMUNeeds()307 tmu.mask &= ~(1<<GGLFormat::ALPHA); in decodeTMUNeeds()1168 extract(factor, incomingTexel, GGLFormat::ALPHA); in decal()1196 if (component == GGLFormat::ALPHA) { in blend()
88 ALPHA = GGL_INDEX_ALPHA, enumerator
58 if (!cbf.c[GGLFormat::ALPHA].h) { in ggl_pick()
284 c->state.fog.color[GGLFormat::ALPHA]= 0xFF; // unused in ggl_fogColor3xv()519 if (a) mask |= 1 << GGLFormat::ALPHA; in ggl_colorMask()
1671 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()1672 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()