| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| osdemo.c | 60 GLfloat theta, phi, theta1; local 70 theta1 = theta + ringDelta; 71 cosTheta1 = cos(theta1); 72 sinTheta1 = sin(theta1); 89 theta = theta1;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| torus.c | 74 GLfloat theta, phi, theta1; local 95 theta1 = theta + ringDelta; 96 cosTheta1 = cos(theta1); 97 sinTheta1 = sin(theta1); 112 s1 = 20.0 * theta1 / (2.0 * M_PI); 130 theta = theta1;
|
| pbuffer.c | 60 GLfloat theta, phi, theta1; local 81 theta1 = theta + ringDelta; 82 cosTheta1 = cos(theta1); 83 sinTheta1 = sin(theta1); 98 s1 = 20.0 * theta1 / (2.0 * M_PI); 116 theta = theta1;
|
| render_tex.c | 63 GLfloat theta, phi, theta1; local 84 theta1 = theta + ringDelta; 85 cosTheta1 = cos(theta1); 86 sinTheta1 = sin(theta1); 101 s1 = 20.0 * theta1 / (2.0 * M_PI); 119 theta = theta1;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| stex3d.c | 46 float theta1, phi1, theta2, phi2, rings, sides; local 60 theta1 = (float) i *2.0 * M_PI / rings; 66 v0[0] = cos(theta1) * (outerRadius + innerRadius * cos(phi1)); 67 v0[1] = -sin(theta1) * (outerRadius + innerRadius * cos(phi1)); 77 v3[0] = cos(theta1) * (outerRadius + innerRadius * cos(phi2)); 78 v3[1] = -sin(theta1) * (outerRadius + innerRadius * cos(phi2)); 81 n0[0] = cos(theta1) * (cos(phi1)); 82 n0[1] = -sin(theta1) * (cos(phi1)); 93 n3[0] = cos(theta1) * (cos(phi2)); 94 n3[1] = -sin(theta1) * (cos(phi2)) [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glut_shapes.c | 181 GLfloat theta, phi, theta1; local 193 theta1 = theta + ringDelta; 194 cosTheta1 = cos(theta1); 195 sinTheta1 = sin(theta1); 212 theta = theta1;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_shapes.c | 181 GLfloat theta, phi, theta1; local 193 theta1 = theta + ringDelta; 194 cosTheta1 = cos(theta1); 195 sinTheta1 = sin(theta1); 212 theta = theta1;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftstroke.c | 204 FT_Angle theta1, theta2; local 285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); 288 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && 1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local 1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; 1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) );
|