Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h135 GGL_NOTEQUAL = 0x0205, enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp712 case GGL_NOTEQUAL: cc = NE; break; in build_alpha_test()
736 case GGL_NOTEQUAL: ic = NE; break; in build_depth_test()
/system/core/libpixelflinger/
Dscanline.cpp868 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard; in scanline()
886 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard; in scanline()