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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
933 one_c = 1.0F - c;
936 M(0,0) = (one_c * xx) + c;
937 M(0,1) = (one_c * xy) - zs;
938 M(0,2) = (one_c * zx) + ys;
941 M(1,0) = (one_c * xy) + zs;
942 M(1,1) = (one_c * yy) + c;
943 M(1,2) = (one_c * yz) - xs;
946 M(2,0) = (one_c * zx) - ys;
947 M(2,1) = (one_c * yz) + xs
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
933 one_c = 1.0F - c;
936 M(0,0) = (one_c * xx) + c;
937 M(0,1) = (one_c * xy) - zs;
938 M(0,2) = (one_c * zx) + ys;
941 M(1,0) = (one_c * xy) + zs;
942 M(1,1) = (one_c * yy) + c;
943 M(1,2) = (one_c * yz) - xs;
946 M(2,0) = (one_c * zx) - ys;
947 M(2,1) = (one_c * yz) + xs
    [all...]

Completed in 53 milliseconds