Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dpicker.cpp93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST ); in ggl_pick()
95 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DSTA ); in ggl_pick()
Dpixelflinger.cpp787 c->state.blend.dst = GGL_ZERO; in ggl_init_context()
789 c->state.blend.dst_alpha = GGL_ZERO; in ggl_init_context()
Dscanline.cpp547 case GGL_ZERO: in blend_factor()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) { in scanline_core()
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in scanline_core()
500 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO)); in build_incoming_component()
Dblending.cpp204 if (fs==GGL_ZERO) { in build_blending()
205 if (fd==GGL_ZERO) { // R = 0 in build_blending()
216 if (fd==GGL_ZERO) { // R = S in build_blending()
232 if (fd==GGL_ZERO) { // R = S*fs in build_blending()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h158 GGL_ZERO = 0, // SD enumerator