Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp221 build_depth_test(parts, Z_TEST|Z_WRITE); in scanline_core()
278 build_depth_test(parts, Z_WRITE); in scanline_core()
724 mask &= Z_TEST|Z_WRITE; in build_depth_test()
753 if ((mask & Z_WRITE) && !zmask) { in build_depth_test()
754 mask &= ~Z_WRITE; in build_depth_test()
775 if (mask & Z_WRITE) { in build_depth_test()
776 if (mask == Z_WRITE) { in build_depth_test()
DGGLAssembler.h513 enum { Z_TEST=1, Z_WRITE=2 }; enumerator