Home
last modified time | relevance | path

Searched refs:GGL_ONE (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp61 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()
Dpixelflinger.cpp794 c->state.blend.src = GGL_ONE; in ggl_init_context()
796 c->state.blend.src_alpha = GGL_ONE; in ggl_init_context()
Dscanline.cpp535 case GGL_ONE: in blend_factor()
/system/core/libpixelflinger/codeflinger/
Dblending.cpp75 fs = GGL_ONE; in build_blending()
205 } else if (fd==GGL_ONE) { // R = D in build_blending()
213 } else if (fs==GGL_ONE) { in build_blending()
216 } else if (fd==GGL_ONE) { // R = S + D in build_blending()
232 } else if (fd==GGL_ONE) { // R = S*fs + D in build_blending()
380 case GGL_ONE: in blending_codes()
406 case GGL_ONE: in blending_codes()
DGGLAssembler.cpp126 mBlendSrc = GGL_ONE; in scanline_core()
130 mBlendSrcA = GGL_ONE; in scanline_core()
134 mBlendDst = GGL_ONE; in scanline_core()
138 mBlendDstA = GGL_ONE; in scanline_core()
148 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) { in scanline_core()
163 fs = GGL_ONE; in scanline_core()
177 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in scanline_core()
495 fs = GGL_ONE; in build_incoming_component()
502 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in build_incoming_component()
/system/core/include/pixelflinger/
Dpixelflinger.h159 GGL_ONE = 1, // SD enumerator