Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Dshaderflags.h18 FUNC_INVERSESAWTOOTH, enumerator
H A Dshader.cpp1498 else if (!stricmp(Parser::token, "inversesawtooth")) return FUNC_INVERSESAWTOOTH; in ParseFunc()
H A Drender.cpp2430 case FUNC_INVERSESAWTOOTH: in Eval()