OpenGrok
Cross Reference: m_matrix.c
xref
: /
external
/
mesa3d
/
src
/
mesa
/
math
/
m_matrix.c
Home
|
History
|
Annotate
|
Download
|
only in
math
Lines Matching
refs:_tmp
335
#define SWAP_ROWS(a, b) { GLfloat *
_tmp
= a; (a)=(b); (b)=
_tmp
; }