Searched refs:sides (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dshape.c165 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 Dosdemo.c56 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 Dstex3d.c46 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 D17.0.7.rst88 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
H A D17.1.2.rst103 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
H A D20.1.0.rst214 style: Same expression on both sides of '&&
/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglut.h603 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 Dformats.rst153 sides) for detecting whether a particular framebuffer was in sRGB and
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc74 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