Home
last modified time | relevance | path

Searched refs:GGL_LEQUAL (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h133 GGL_LEQUAL = 0x0203, enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp710 case GGL_LEQUAL: cc = LS; break; in build_alpha_test()
734 case GGL_LEQUAL: ic = HS; break; in build_depth_test()
/system/core/libpixelflinger/
Dscanline.cpp866 case GGL_LEQUAL: if (alpha<=ref) break; goto discard; in scanline()
884 case GGL_LEQUAL: if (zz<=depth) break; goto discard; in scanline()