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

  /external/mesa3d/src/mesa/math/
m_xform_tmp.h 425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
426 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12;
427 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13;
428 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14;
429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15;
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
474 to[i][2] = + oz ;
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
496 to[i][2] = + oz ;
517 const GLfloat ox = from[0], oy = from[1], oz = from[2] local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 735 float oz = z - iz; local
739 float jz = oz - 1;
743 float cn3 = oz * oz;
750 cn3 = 1.0f - 3.0f * cn3 + 2.0f * cn3 * oz;
    [all...]

Completed in 255 milliseconds