Searched defs:MAT_FLAG_PERSPECTIVE (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/mesa/math/
H A Dm_matrix.c61 #define MAT_FLAG_PERSPECTIVE 0x40 /**< is a perspective proj matrix flag */ macro
79 MAT_FLAG_PERSPECTIVE | \
975 * MAT_FLAG_PERSPECTIVE flag.
1000 matrix_multf( mat, m, MAT_FLAG_PERSPECTIVE );
1403 MAT_FLAG_PERSPECTIVE))
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c61 #define MAT_FLAG_PERSPECTIVE 0x40 /**< is a perspective proj matrix flag */ macro
79 MAT_FLAG_PERSPECTIVE | \
975 * MAT_FLAG_PERSPECTIVE flag.
1000 matrix_multf( mat, m, MAT_FLAG_PERSPECTIVE );
1403 MAT_FLAG_PERSPECTIVE))

Completed in 107 milliseconds