Searched defs:ox (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_vapi.h35 #define VERTEX( ox, oy, oz, ow )
43 VERTEX_CLIP(0) = m[0] * ox + m[4] * oy + m[8] * oz + m[12] * ow;
44 VERTEX_CLIP(1) = m[1] * ox + m[5] * oy + m[9] * oz + m[13] * ow;
45 VERTEX_CLIP(2) = m[2] * ox + m[6] * oy + m[10] * oz + m[14] * ow;
46 VERTEX_CLIP(3) = m[3] * ox + m[7] * oy + m[11] * oz + m[15] * ow;
50 VERTEX_CLIP(0) = m[0] * ox + m[12] * ow;
58 VERTEX_CLIP(0) = ox;
122 static void VTAG(Vertex2f)( GLfloat ox, GLfloat oy ) argument
126 VERTEX( ox, oy, 0, 1 );
136 static void VTAG(Vertex3f)( GLfloat ox, GLfloa argument
146 Vertex4f( GLfloat ox, GLfloat oy, GLfloat oz, GLfloat ow ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_xform_tmp.h88 const GLfloat ox = from[0]; local
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]; local
133 to[i][0] = m0 * ox + m12;
134 to[i][1] = m1 * ox + m13;
153 const GLfloat ox = from[0]; local
154 to[i][0] = m0 * ox
175 const GLfloat ox = from[0]; local
199 const GLfloat ox = from[0]; local
221 const GLfloat ox = from[0]; local
254 const GLfloat ox = from[0], oy = from[1]; local
299 const GLfloat ox = from[0], oy = from[1]; local
320 const GLfloat ox = from[0], oy = from[1]; local
342 const GLfloat ox = from[0], oy = from[1]; local
369 const GLfloat ox = from[0], oy = from[1]; local
397 const GLfloat ox = from[0], oy = from[1]; local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
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...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c635 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
680 CHAR_T ox[2]; /* space for 0x hex-prefix */ local
880 ox[1] = '\0';
1056 ox[1] = 'x';
1060 ox[1] = 'X';
1081 ox[1] = '\0';
1333 ox[1] = 'x';
1401 ox[1] = ch;
1473 if (ox[1])
1490 if (ox[
[all...]

Completed in 61 milliseconds