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

/system/core/libpixelflinger/
H A Dpicker.cpp93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST );
95 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DSTA );
H A Dpixelflinger.cpp787 c->state.blend.dst = GGL_ZERO;
789 c->state.blend.dst_alpha = GGL_ZERO;
H A Dscanline.cpp547 case GGL_ZERO:
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp203 if (fs==GGL_ZERO) {
204 if (fd==GGL_ZERO) { // R = 0
215 if (fd==GGL_ZERO) { // R = S
231 if (fd==GGL_ZERO) { // R = S*fs
H A DGGLAssembler.cpp148 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
151 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
152 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
178 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
503 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h158 GGL_ZERO = 0, // SD enumerator in enum:GGLNames

Completed in 65 milliseconds