Home
last modified time | relevance | path

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

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_geom_buf.h160 S_INFLUENCES = 0x10, enumerator
249 inline bool xr_vbuf::has_influences() const { return !!(m_signature & S_INFLUENCES); } in has_influences()
H A Dxr_geom_buf.cxx417 m_signature |= S_INFLUENCES; in make_signature()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/stkutils/
H A Dogf.pm38 use constant S_INFLUENCES => 0x10; constant