D | m_xform_tmp.h | 425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 426 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12; in TAG() 427 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13; in TAG() 428 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14; in TAG() 429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15; in TAG() 471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 474 to[i][2] = + oz ; in TAG() 493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 496 to[i][2] = + oz ; in TAG() 517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local [all …]
|