| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_norm_tmp.h | 61 GLfloat tx, ty, tz; 66 tz = ux * m8 + uy * m9 + uz * m10; 69 GLdouble len = tx*tx + ty*ty + tz*tz; 74 out[i][2] = tz * scale; 90 GLfloat tx, ty, tz; 95 tz = ux * m8 + uy * m9 + uz * m10; 101 out[i][2] = tz * len; 128 GLfloat tx, ty, tz; 133 tz [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_norm_tmp.h | 61 GLfloat tx, ty, tz; 66 tz = ux * m8 + uy * m9 + uz * m10; 69 GLdouble len = tx*tx + ty*ty + tz*tz; 74 out[i][2] = tz * scale; 90 GLfloat tx, ty, tz; 95 tz = ux * m8 + uy * m9 + uz * m10; 101 out[i][2] = tz * len; 128 GLfloat tx, ty, tz; 133 tz [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | singlebuffer.c | 36 float tx, ty, tz; member in struct:box 63 Boxes[i].tz = -1.0 + 2.0 * Random(); 85 glTranslatef(Boxes[i].tx, Boxes[i].ty, Boxes[i].tz);
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | util.c | 161 char *tz; local in function:mktime_gmt 163 tz = getenv("TZ"); 167 if(tz) 168 setenv("TZ", tz, 1);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 70 struct timezone tz; local in function:_eglutNow 71 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxpbdemo.c | 317 float tz = 4.0 - 16.0 * Random(); local in function:Render 326 glTranslatef(tx, ty, tz);
|
| H A D | pbdemo.c | 383 float tz = 4.0 - 16.0 * Random(); local in function:Render 392 glTranslatef(tx, ty, tz);
|
| H A D | shape.c | 50 struct timezone tz; local in function:current_time 51 (void) gettimeofday(&tv, &tz);
|
| H A D | glxcontexts.c | 61 struct timezone tz; local in function:current_time 62 (void) gettimeofday(&tv, &tz);
|
| H A D | glxgears.c | 63 struct timezone tz; local in function:current_time 64 (void) gettimeofday(&tv, &tz);
|
| H A D | glxgears_fbconfig.c | 72 struct timezone tz; local in function:current_time 73 (void) gettimeofday(&tv, &tz);
|
| H A D | glxgears_pixmap.c | 68 struct timezone tz; local in function:current_time 69 (void) gettimeofday(&tv, &tz);
|
| H A D | multictx.c | 69 struct timezone tz; local in function:current_time 70 (void) gettimeofday(&tv, &tz);
|
| H A D | glxswapcontrol.c | 87 struct timezone tz; local in function:current_time 88 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/ |
| H A D | norm.S | 58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10) 76 /* f3=tx, f5=ty, f7=tz */ 78 /* len (f6) = (tx * tx) + (ty * ty) + (tz * tz) */ 94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale 123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10) 143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */ 150 st %f7, [%g3 + 0x08] ! out[i][2] = tz * len 197 * tz (f7) = (uz * m10) 203 /* f3=tx, f5=ty, f7=tz */ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/ |
| H A D | norm.S | 58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10) 76 /* f3=tx, f5=ty, f7=tz */ 78 /* len (f6) = (tx * tx) + (ty * ty) + (tz * tz) */ 94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale 123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10) 143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */ 150 st %f7, [%g3 + 0x08] ! out[i][2] = tz * len 197 * tz (f7) = (uz * m10) 203 /* f3=tx, f5=ty, f7=tz */ [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | tests.c | 49 struct timezone tz; /* to make gettimeofday() happy */ local in function:timer 55 gettimeofday(&starttime,&tz); 61 gettimeofday(&endtime,&tz); /* store final values */
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | peglgears.c | 61 struct timezone tz; local in function:current_time 62 (void) gettimeofday(&tv, &tz);
|
| H A D | xeglgears.c | 76 struct timezone tz; local in function:current_time 77 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | geom-outlining-150.c | 59 mat_translate(GLfloat mat[16], float tx, float ty, float tz) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 1565 float_ui32_type tz = { translate[2] }; local in function:r200UpdateWindow 1574 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 1371 float_ui32_type tz = { translate[2] }; local in function:radeonUpdateWindow 1380 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 1566 float_ui32_type tz = { translate[2] }; local in function:r200UpdateWindow 1575 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 1372 float_ui32_type tz = { translate[2] }; local in function:radeonUpdateWindow 1381 rmesa->hw.vpt.cmd[VPT_SE_VPORT_ZOFFSET] = tz.ui32;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 17850 Tangent3bEXT(tx, ty, tz) 17854 param tz Int8 in value 17868 Tangent3dEXT(tx, ty, tz) 17872 param tz CoordD in value 17886 Tangent3fEXT(tx, ty, tz) 17890 param tz CoordF in value 17904 Tangent3iEXT(tx, ty, tz) 17908 param tz Int32 in value 17922 Tangent3sEXT(tx, ty, tz) 17926 param tz Int1 [all...] |