Searched refs:sides (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | shape.c | 165 int sides) 185 float step = 2.0 * PI / sides; 189 for (i=0;i<sides;i++) { 196 XFillPolygon(dpy, shapeMask, gc, points, sides, Convex, CoordModeOrigin); 164 make_shape_mask(Display * dpy,Window win,int width,int height,int sides) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 56 Torus(float innerRadius, float outerRadius, int sides, int rings) argument 64 const GLfloat sideDelta = 2.0 * M_PI / sides; 75 for (j = sides; j >= 0; j--) {
|
| /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 55 sides = 12; 62 for (j = 0; j < sides; j++) { 63 phi1 = (float) j *2.0 * M_PI / sides; 64 phi2 = (float) (j + 1) * 2.0 * M_PI / sides;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.7.rst | 88 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
|
| H A D | 17.1.2.rst | 103 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
|
| H A D | 20.1.0.rst | 214 style: Same expression on both sides of '&&
|
| /xsrc/external/mit/MesaGLUT/dist/include/GL/ |
| H A D | glut.h | 603 GLUTAPI void GLUTAPIENTRY glutWireTorus(GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings); 604 GLUTAPI void GLUTAPIENTRY glutSolidTorus(GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings);
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | formats.rst | 153 sides) for detecting whether a particular framebuffer was in sRGB and
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 74 will give the window its current position but allow the sides to be resized as 605 indented on all sides. Positive values cause the buttons to be smaller than
|
Completed in 15 milliseconds