Searched refs:GGL_LESS (Results 1 - 4 of 4) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h131 GGL_LESS = 0x0201, enumerator in enum:GGLNames
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp710 case GGL_LESS: cc = LT; break;
734 case GGL_LESS: ic = HI; break;
/system/core/libpixelflinger/
H A Dpixelflinger.cpp803 c->state.depth_test.func = GGL_LESS;
H A Dscanline.cpp846 case GGL_LESS: if (alpha<ref) break; goto discard;
864 case GGL_LESS: if (zz<depth) break; goto discard;

Completed in 83 milliseconds