Searched refs:theta1 (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 60 GLfloat theta, phi, theta1; local in function:Torus 70 theta1 = theta + ringDelta; 71 cosTheta1 = cos(theta1); 72 sinTheta1 = sin(theta1); 89 theta = theta1;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | torus.c | 74 GLfloat theta, phi, theta1; local in function:draw_torus 95 theta1 = theta + ringDelta; 96 cosTheta1 = cos(theta1); 97 sinTheta1 = sin(theta1); 112 s1 = 20.0 * theta1 / (2.0 * M_PI); 130 theta = theta1;
|
| H A D | pbuffer.c | 60 GLfloat theta, phi, theta1; local in function:draw_torus 81 theta1 = theta + ringDelta; 82 cosTheta1 = cos(theta1); 83 sinTheta1 = sin(theta1); 98 s1 = 20.0 * theta1 / (2.0 * M_PI); 116 theta = theta1;
|
| H A D | render_tex.c | 63 GLfloat theta, phi, theta1; local in function:draw_torus 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/ |
| H A D | stex3d.c | 46 float theta1, phi1, theta2, phi2, rings, sides; local in function:BuildTorus 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) * (co [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 181 GLfloat theta, phi, theta1; local in function:doughnut 193 theta1 = theta + ringDelta; 194 cosTheta1 = cos(theta1); 195 sinTheta1 = sin(theta1); 212 theta = theta1;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 181 GLfloat theta, phi, theta1; local in function:doughnut 193 theta1 = theta + ringDelta; 194 cosTheta1 = cos(theta1); 195 sinTheta1 = sin(theta1); 212 theta = theta1;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftstroke.c | 204 FT_Angle theta1, theta2; local in function:ft_cubic_is_small_enough 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 in function:FT_Stroker_CubicTo 1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; 1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) );
|
Completed in 9 milliseconds