Searched refs:GGL_ONE (Results 1 – 6 of 6) sorted by relevance
61 src = GGL_ONE; in ggl_pick()65 src_alpha = GGL_ONE; in ggl_pick()69 dst = GGL_ONE; in ggl_pick()73 dst_alpha = GGL_ONE; in ggl_pick()92 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRC ); in ggl_pick()94 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRCA ); in ggl_pick()
786 c->state.blend.src = GGL_ONE; in ggl_init_context()788 c->state.blend.src_alpha = GGL_ONE; in ggl_init_context()
553 case GGL_ONE: in blend_factor()
77 fs = GGL_ONE; in build_blending()207 } else if (fd==GGL_ONE) { // R = D in build_blending()215 } else if (fs==GGL_ONE) { in build_blending()218 } else if (fd==GGL_ONE) { // R = S + D in build_blending()234 } else if (fd==GGL_ONE) { // R = S*fs + D in build_blending()382 case GGL_ONE: in blending_codes()408 case GGL_ONE: in blending_codes()
125 mBlendSrc = GGL_ONE; in scanline_core()129 mBlendSrcA = GGL_ONE; in scanline_core()133 mBlendDst = GGL_ONE; in scanline_core()137 mBlendDstA = GGL_ONE; in scanline_core()147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) { in scanline_core()162 fs = GGL_ONE; in scanline_core()176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in scanline_core()493 fs = GGL_ONE; in build_incoming_component()500 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in build_incoming_component()
159 GGL_ONE = 1, // SD enumerator