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

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

Completed in 74 milliseconds