Searched refs:rot (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-rotate.c11 static float rot = 0.0f; variable in typeref:typename:float
34 rot += 5.0f;
38 rot -= 5.0f;
50 glRotatef(rot, 0.0, 0.0, 1.0f);
85 rot = atof(argv[1]);
86 printf("Using rotation %g\n", rot);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbltone.c457 #define FbStip24New(rot) (2 + (rot != 0))
493 #define FbStip24New(rot) (1 + (rot == 0))
495 #define FbStip24New(rot) (1 + (rot == 8))
555 #define fbNextStipBits(rot,stip) {\
556 int __new = FbStip24New(rot); \
560 rot = FbNext24Rot (rot); \
596 int rot0, rot; local in function:fbBltOne24
[all...]
H A Dfbpoint.c82 int n, rot; local in function:fbDots
85 rot = FbFirst24Rot (x);
86 andT = FbRot24Stip(and,rot);
87 xorT = FbRot24Stip(xor,rot);
H A Dfbsolid.c101 int rotS, rot; local in function:fbSolid24
109 rot = FbFirst24Rot (dstX);
118 rotS = rot;
H A Dfbtile.c56 int rot; local in function:fbEvenTile
74 rot = tileX;
85 bits = FbRotLeft(bits,rot);
H A Dfbseg.c359 int rot; local in function:fbBresSolid24RRop
372 rot = FbFirst24Rot (x);
373 andT = FbRot24Stip(and,rot);
374 xorT = FbRot24Stip(xor,rot);
438 int rot; local in function:fbBresDash24RRop
471 rot = FbFirst24Rot (x);
472 andT = FbRot24Stip (andT, rot);
473 xorT = FbRot24Stip (xorT, rot);
H A Dfbstipple.c108 int rot, stipX, stipY; local in function:fbEvenStipple
143 rot = stipX;
169 mask = FbRotLeft(mask, rot);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dtexture_from_pixmap.c282 Redraw(Display *dpy, Window win, float rot) argument
287 glRotatef(rot, 0, 0, 1);
288 glRotatef(2.0 * rot, 1, 0, 0);
310 GLfloat rot = 0.0; local in function:EventLoop
320 Redraw(dpy, win, rot);
337 rot += 1.0;
338 Redraw(dpy, win, rot);
344 rot -= 1.0;
345 Redraw(dpy, win, rot);
355 rot
[all...]
H A Dsharedtex.c211 static float rot = 0.0; local in function:Redraw
214 rot += 1.0;
232 glRotatef(rot, 0, 0, 1);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c38 static float rot[9] = {1,0,0, 0,1,0, 0,0,1}; variable in typeref:typename:float[9]
57 "uniform mat3 rot; \n"
227 " Ray r = Ray(cameraPos, normalize(vec3(rayDir, z) * rot)); \n"
263 GLint location = glGetUniformLocation(program, "rot");
269 glUniformMatrix3fv(location, 1, 0, rot);
341 identity(rot);
342 rotate_xy(rot, yRot, xRot);
H A Dvsraytrace.c37 float rot[9] = {1,0,0, 0,1,0, 0,0,1}; variable in typeref:typename:float[9]
45 "uniform mat3 rot; \n"
215 " vec3 rayDir = normalize(vec3(gl_Vertex.x, gl_Vertex.y, -1.0) * rot);\n"
258 GLint location = glGetUniformLocation(program, "rot");
261 glUniformMatrix3fv(location, 1, 0, rot);
331 identity(rot);
332 rotate_xy(rot, yRot, xRot);
H A Dgeom-outlining-130.c49 GLfloat rot[4][4]; local in function:Redisplay
56 build_rotmatrix(rot, CurQuat);
57 glMultMatrixf(&rot[0][0]);
H A Dgeom-outlining-150.c116 GLfloat rot[4][4]; local in function:Redisplay
122 build_rotmatrix(rot, CurQuat);
124 mat_multiply(mvp, trans, (GLfloat *) rot);
H A Dgsraytrace.cpp69 float rot[9] = {1,0,0, 0,1,0, 0,0,1}; variable in typeref:typename:float[9]
601 glUniformMatrix3fv(glGetUniformLocation(program, "rot3"), 1, 0, rot);
822 identity(rot);
823 rotate_xy(rot, yRot, xRot);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9ex.c73 D3DDISPLAYROTATION rot; local in function:NineSwapChain9Ex_GetDisplayModeEx
76 if (!pRotation) { pRotation = &rot; }
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9ex.c73 D3DDISPLAYROTATION rot; local in function:NineSwapChain9Ex_GetDisplayModeEx
76 if (!pRotation) { pRotation = &rot; }
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbtile.c42 int rot; local in function:fbEvenTile
60 rot = tileX;
70 bits = FbRotLeft(bits, rot);
H A Dfbstipple.c70 int rot, stipX, stipY; local in function:fbEvenStipple
104 rot = stipX;
124 mask = FbRotLeft(mask, rot);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbtile.c42 int rot; local in function:fbEvenTile
60 rot = tileX;
70 bits = FbRotLeft(bits, rot);
H A Dfbstipple.c70 int rot, stipX, stipY; local in function:fbEvenStipple
104 rot = stipX;
124 mask = FbRotLeft(mask, rot);
/xsrc/external/mit/pixman/dist/test/
H A Dprng-test.c37 #define rot(x,k) (((x)<<(k))|((x)>>(32-(k)))) macro
39 u4 e = x->a - rot(x->b, 27);
40 x->a = x->b ^ rot(x->c, 17);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtile.c49 int rot; local in function:fbEvenTile
67 rot = tileX;
78 bits = FbRotLeft(bits, rot);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgloss.c90 GLfloat rot[4][4]; local in function:Display
95 build_rotmatrix(rot, CurQuat);
96 glMultMatrixf(&rot[0][0]);
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dobjview.c218 GLfloat rot[4][4]; local in function:display
226 build_rotmatrix(rot, View.CurQuat);
227 glMultMatrixf(&rot[0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dsubtexrate.c152 float rot = 0.0; local in function:RunTest
188 glRotatef(rot, 0, 0, 1);
200 rot += 2.0;

Completed in 24 milliseconds

12