HomeSort by relevance Sort by last modified time
    Searched refs:MAT_FLAG_UNIFORM_SCALE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 58 #define MAT_FLAG_UNIFORM_SCALE 0x8 /**< is an uniform scaling matrix flag */
70 MAT_FLAG_UNIFORM_SCALE)
76 MAT_FLAG_UNIFORM_SCALE | \
90 MAT_FLAG_UNIFORM_SCALE | \
561 if (mat->flags & MAT_FLAG_UNIFORM_SCALE) {
1059 * the scales factors are roughly the same, marking the MAT_FLAG_UNIFORM_SCALE
1073 mat->flags |= MAT_FLAG_UNIFORM_SCALE;
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 58 #define MAT_FLAG_UNIFORM_SCALE 0x8 /**< is an uniform scaling matrix flag */
70 MAT_FLAG_UNIFORM_SCALE)
76 MAT_FLAG_UNIFORM_SCALE | \
90 MAT_FLAG_UNIFORM_SCALE | \
561 if (mat->flags & MAT_FLAG_UNIFORM_SCALE) {
1059 * the scales factors are roughly the same, marking the MAT_FLAG_UNIFORM_SCALE
1073 mat->flags |= MAT_FLAG_UNIFORM_SCALE;
    [all...]

Completed in 199 milliseconds