Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h131 GGL_LESS = 0x0201, enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp708 case GGL_LESS: cc = LT; break; in build_alpha_test()
732 case GGL_LESS: ic = HI; break; in build_depth_test()
/system/core/libpixelflinger/
Dpixelflinger.cpp795 c->state.depth_test.func = GGL_LESS; in ggl_init_context()
Dscanline.cpp864 case GGL_LESS: if (alpha<ref) break; goto discard; in scanline()
882 case GGL_LESS: if (zz<depth) break; goto discard; in scanline()