Searched refs:MAT_DIRTY (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c101 #define MAT_DIRTY (MAT_DIRTY_TYPE | \ macro
1336 return (m->flags & MAT_DIRTY) ? GL_TRUE : GL_FALSE;
1375 if (from->flags & MAT_DIRTY)
1387 * Copies \p m into GLmatrix::m and marks the MAT_FLAG_GENERAL and MAT_DIRTY
1394 mat->flags = (MAT_FLAG_GENERAL | MAT_DIRTY);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c97 #define MAT_DIRTY (MAT_DIRTY_TYPE | \ macro
1422 return (m->flags & MAT_DIRTY) ? GL_TRUE : GL_FALSE;
1453 * Copies \p m into GLmatrix::m and marks the MAT_FLAG_GENERAL and MAT_DIRTY
1460 mat->flags = (MAT_FLAG_GENERAL | MAT_DIRTY);

Completed in 6 milliseconds