Home
last modified time | relevance | path

Searched refs:Zrot (Results 1 – 25 of 118) sorted by relevance

12345

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dantialias.c16 static GLfloat Zrot = 0; variable
100 glRotatef(Zrot, 0, 0, 1); in Display()
113 glRotatef(Zrot, 0, 0, 1); in Display()
127 glRotatef(Zrot, 0, 0, 1); in Display()
155 Zrot = 0.01 * glutGet(GLUT_ELAPSED_TIME); in Idle()
178 Zrot = (int) (Zrot - step); in Key()
181 Zrot = (int) (Zrot + step); in Key()
H A Dvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
21 Zrot += .2; in Idle()
33 glRotatef(Zrot, 0, 0, 1); in Display()
59 Xrot = Yrot = Zrot = 0; in Key()
69 Zrot -= 5.0; in Key()
72 Zrot += 5.0; in Key()
H A Dmultiwindow.c34 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable
42 Zrot += 2.0; in Idle()
62 glRotatef(Zrot, 0, 0, 1); in Display0()
80 glRotatef(Zrot, 0, 0, 1); in Display1()
126 Zrot -= step; in Key()
129 Zrot += step; in Key()
H A Darbvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
21 Zrot += .2; in Idle()
33 glRotatef(Zrot, 0, 0, 1); in Display()
59 Xrot = Yrot = Zrot = 0; in Key()
69 Zrot -= 5.0; in Key()
72 Zrot += 5.0; in Key()
H A Darbfpspec.c14 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
22 Zrot += .2; in Idle()
34 glRotatef(Zrot, 0, 0, 1); in Display()
60 Xrot = Yrot = Zrot = 0; in Key()
70 Zrot -= 5.0; in Key()
73 Zrot += 5.0; in Key()
H A Dvptest3.c11 static float Zrot = 0.0; variable
22 glRotatef(Zrot, 0, 0, 1); in Display()
68 Zrot -= 5.0; in Key()
71 Zrot += 5.0; in Key()
H A Darbvptest3.c10 static float Zrot = 0.0; variable
21 glRotatef(Zrot, 0, 0, 1); in Display()
66 Zrot -= 5.0; in Key()
69 Zrot += 5.0; in Key()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dantialias.c16 static GLfloat Zrot = 0; variable
100 glRotatef(Zrot, 0, 0, 1); in Display()
113 glRotatef(Zrot, 0, 0, 1); in Display()
127 glRotatef(Zrot, 0, 0, 1); in Display()
155 Zrot = 0.01 * glutGet(GLUT_ELAPSED_TIME); in Idle()
178 Zrot = (int) (Zrot - step); in Key()
181 Zrot = (int) (Zrot + step); in Key()
H A Dmultiwindow.c34 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable
42 Zrot += 2.0; in Idle()
62 glRotatef(Zrot, 0, 0, 1); in Display0()
80 glRotatef(Zrot, 0, 0, 1); in Display1()
126 Zrot -= step; in Key()
129 Zrot += step; in Key()
H A Dvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
21 Zrot += .2; in Idle()
33 glRotatef(Zrot, 0, 0, 1); in Display()
59 Xrot = Yrot = Zrot = 0; in Key()
69 Zrot -= 5.0; in Key()
72 Zrot += 5.0; in Key()
H A Darbvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
21 Zrot += .2; in Idle()
33 glRotatef(Zrot, 0, 0, 1); in Display()
59 Xrot = Yrot = Zrot = 0; in Key()
69 Zrot -= 5.0; in Key()
72 Zrot += 5.0; in Key()
H A Darbfpspec.c14 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable
22 Zrot += .2; in Idle()
34 glRotatef(Zrot, 0, 0, 1); in Display()
60 Xrot = Yrot = Zrot = 0; in Key()
70 Zrot -= 5.0; in Key()
73 Zrot += 5.0; in Key()
H A Dvptest3.c11 static float Zrot = 0.0; variable
22 glRotatef(Zrot, 0, 0, 1); in Display()
68 Zrot -= 5.0; in Key()
71 Zrot += 5.0; in Key()
H A Darbvptest3.c10 static float Zrot = 0.0; variable
21 glRotatef(Zrot, 0, 0, 1); in Display()
66 Zrot -= 5.0; in Key()
69 Zrot += 5.0; in Key()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Dglutskel.c15 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable
24 Zrot += 2.0; in Idle()
37 glRotatef(Zrot, 0, 0, 1); in Draw()
77 Zrot -= step; in Key()
80 Zrot += step; in Key()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Ddlist-degenerate.c13 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable
23 Zrot += 2.0; in Idle()
36 glRotatef(Zrot, 0, 0, 1); in Draw()
75 Zrot -= step; in Key()
78 Zrot += step; in Key()
H A Dpgon-mode.c16 static GLfloat Zrot = 0; variable
50 glRotatef(Zrot, 0, 0, 1); in Draw()
92 Zrot -= step; in Key()
95 Zrot += step; in Key()
H A Dflat-clip.c15 static GLfloat Scale = 2.0, Zrot = 50; variable
33 glRotatef(Zrot, 0, 0, 1); in Draw()
102 Zrot -= 5.0; in Key()
105 Zrot += 5.0; in Key()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Ddlist-degenerate.c13 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable
23 Zrot += 2.0; in Idle()
36 glRotatef(Zrot, 0, 0, 1); in Draw()
75 Zrot -= step; in Key()
78 Zrot += step; in Key()
H A Dpgon-mode.c16 static GLfloat Zrot = 0; variable
50 glRotatef(Zrot, 0, 0, 1); in Draw()
92 Zrot -= step; in Key()
95 Zrot += step; in Key()
H A Dflat-clip.c15 static GLfloat Scale = 2.0, Zrot = 50; variable
33 glRotatef(Zrot, 0, 0, 1); in Draw()
102 Zrot -= 5.0; in Key()
105 Zrot += 5.0; in Key()
/dports/math/singular/Singular-Release-4-2-1/Singular/LIB/surfex/
H A DSaveMovie.java93 int Xrot, Yrot, Zrot; field in SaveMovie
104 double[] rightVector, int Xrot, int Yrot, int Zrot, in SaveMovie() argument
127 this.Zrot = Zrot; in SaveMovie()
161 MakeMovie(StandardRot(Xrot, Yrot, Zrot));//RotTypeROTATE_y_AXIS()); in run()
175 private LinkedList StandardRot(int Xrot, int Yrot, int Zrot) { in StandardRot() argument
181 + "; rot_z=" + (tmp * Zrot) + ";\n"); in StandardRot()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/perf/
H A Dglslstateschange.c73 static GLfloat Xrot = 0.0, Yrot = .0, Zrot = 0.0; variable
128 glRotatef(Zrot, 0, 0, 1); in Draw()
137 glUniform4fARB(Uniforms1[2].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
138 glUniform4fARB(Uniforms1[3].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
146 glUniform4fARB(Uniforms2[2].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
147 glUniform4fARB(Uniforms2[3].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/perf/
H A Dglslstateschange.c73 static GLfloat Xrot = 0.0, Yrot = .0, Zrot = 0.0; variable
128 glRotatef(Zrot, 0, 0, 1); in Draw()
137 glUniform4fARB(Uniforms1[2].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
138 glUniform4fARB(Uniforms1[3].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
146 glUniform4fARB(Uniforms2[2].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
147 glUniform4fARB(Uniforms2[3].location, Xrot, Yrot, Zrot, 1.000000); in Draw()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dtrirast.c31 static GLfloat Zrot = 0.0f; variable
83 RotateVerts(Zrot, 3, TriVerts, v); in Redisplay()
109 Zrot = glutGet(GLUT_ELAPSED_TIME) * 0.0005; in Idle()
156 Zrot = 0; in Key()
159 Zrot += 0.05; in Key()

12345