Home | History | Annotate | Download | only in test

Lines Matching refs:_tmp

344 #define SWAP_ROWS(a, b) { GLfloat *_tmp = a; (a)=(b); (b)=_tmp; }