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

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c95 #define MAT_DIRTY (MAT_DIRTY_TYPE | \ macro
1420 return (m->flags & MAT_DIRTY) ? GL_TRUE : GL_FALSE;
1451 * Copies \p m into GLmatrix::m and marks the MAT_FLAG_GENERAL and MAT_DIRTY
1458 mat->flags = (MAT_FLAG_GENERAL | MAT_DIRTY);
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c95 #define MAT_DIRTY (MAT_DIRTY_TYPE | \ macro
1420 return (m->flags & MAT_DIRTY) ? GL_TRUE : GL_FALSE;
1451 * Copies \p m into GLmatrix::m and marks the MAT_FLAG_GENERAL and MAT_DIRTY
1458 mat->flags = (MAT_FLAG_GENERAL | MAT_DIRTY);

Completed in 30 milliseconds