Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h624 #define ViewDB_Flag_UTrunc 0x00000040 /* violation has forced a */ macro
666 #define VDB_Trunc (ViewDB_Flag_LTrunc | ViewDB_Flag_RTrunc | ViewDB_Flag_UTrunc | ViewDB_Flag_DTrun…
/dports/games/avp/avp-20170505/src/
H A Dvdb.c109 vdb->VDB_Flags |= ViewDB_Flag_UTrunc; in VDBClipPlanes()