Home | History | Annotate | Download | only in math

Lines Matching refs:ox

88       const GLfloat ox = from[0];
89 to[i][0] = m0 * ox + m12;
90 to[i][1] = m1 * ox + m13;
91 to[i][2] = m2 * ox + m14;
92 to[i][3] = m3 * ox + m15;
132 const GLfloat ox = from[0];
133 to[i][0] = m0 * ox + m12;
134 to[i][1] = m1 * ox + m13;
153 const GLfloat ox = from[0];
154 to[i][0] = m0 * ox + m12;
175 const GLfloat ox = from[0];
176 to[i][0] = m0 * ox + m12;
177 to[i][1] = m1 * ox + m13;
178 to[i][2] = m2 * ox + m14;
199 const GLfloat ox = from[0];
200 to[i][0] = m0 * ox + m12;
221 const GLfloat ox = from[0];
222 to[i][0] = m0 * ox ;
254 const GLfloat ox = from[0], oy = from[1];
255 to[i][0] = m0 * ox + m4 * oy + m12;
256 to[i][1] = m1 * ox + m5 * oy + m13;
257 to[i][2] = m2 * ox + m6 * oy + m14;
258 to[i][3] = m3 * ox + m7 * oy + m15;
299 const GLfloat ox = from[0], oy = from[1];
300 to[i][0] = m0 * ox + m4 * oy + m12;
301 to[i][1] = m1 * ox + m5 * oy + m13;
320 const GLfloat ox = from[0], oy = from[1];
321 to[i][0] = m0 * ox + m12;
342 const GLfloat ox = from[0], oy = from[1];
343 to[i][0] = m0 * ox + m4 * oy + m12;
344 to[i][1] = m1 * ox + m5 * oy + m13;
345 to[i][2] = m2 * ox + m6 * oy + m14;
369 const GLfloat ox = from[0], oy = from[1];
370 to[i][0] = m0 * ox + m12;
397 const GLfloat ox = from[0], oy = from[1];
398 to[i][0] = m0 * ox ;
425 const GLfloat ox = from[0], oy = from[1], oz = from[2];
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];
472 to[i][0] = m0 * ox + m4 * oy + m12 ;
473 to[i][1] = m1 * ox + m5 * oy + m13 ;
493 const GLfloat ox = from[0], oy = from[1], oz = from[2];
494 to[i][0] = m0 * ox + m12 ;
517 const GLfloat ox = from[0], oy = from[1], oz = from[2];
518 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 ;
519 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 ;
520 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 ;
542 const GLfloat ox = from[0], oy = from[1], oz = from[2];
543 to[i][0] = m0 * ox + m12 ;
565 const GLfloat ox = from[0], oy = from[1], oz = from[2];
566 to[i][0] = m0 * ox + m8 * oz ;
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
594 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow;
595 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow;
596 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow;
597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow;
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
641 to[i][0] = m0 * ox + m4 * oy + m12 * ow;
642 to[i][1] = m1 * ox + m5 * oy + m13 * ow;
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
664 to[i][0] = m0 * ox + m12 * ow;
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
689 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow;
690 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow;
691 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow;
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
713 to[i][0] = m0 * ox + m12 * ow;
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3];
737 to[i][0] = m0 * ox + m8 * oz ;