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

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c67 #define MAT_FLAG_PERSPECTIVE 0x40 /**< is a perspective proj matrix flag */ macro
85 MAT_FLAG_PERSPECTIVE | \
866 * MAT_FLAG_PERSPECTIVE flag.
891 matrix_multf( mat, m, MAT_FLAG_PERSPECTIVE );
1319 MAT_FLAG_PERSPECTIVE))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c63 #define MAT_FLAG_PERSPECTIVE 0x40 /**< is a perspective proj matrix flag */ macro
81 MAT_FLAG_PERSPECTIVE | \
977 * MAT_FLAG_PERSPECTIVE flag.
1002 matrix_multf( mat, m, MAT_FLAG_PERSPECTIVE );
1405 MAT_FLAG_PERSPECTIVE))

Completed in 8 milliseconds