Home
last modified time | relevance | path

Searched refs:Z_WRITE (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp222 build_depth_test(parts, Z_TEST|Z_WRITE); in scanline_core()
279 build_depth_test(parts, Z_WRITE); in scanline_core()
726 mask &= Z_TEST|Z_WRITE; in build_depth_test()
755 if ((mask & Z_WRITE) && !zmask) { in build_depth_test()
756 mask &= ~Z_WRITE; in build_depth_test()
777 if (mask & Z_WRITE) { in build_depth_test()
778 if (mask == Z_WRITE) { in build_depth_test()
DGGLAssembler.h505 enum { Z_TEST=1, Z_WRITE=2 }; enumerator