Searched defs:LINTERP (Results 1 – 2 of 2) sorted by relevance
102 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) macro
637 LINTERP(GLfloat t, GLfloat out, GLfloat in) in LINTERP() function