| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-rotate.c | 11 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 D | fbbltone.c | 457 #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 D | fbpoint.c | 82 int n, rot; local in function:fbDots 85 rot = FbFirst24Rot (x); 86 andT = FbRot24Stip(and,rot); 87 xorT = FbRot24Stip(xor,rot);
|
| H A D | fbsolid.c | 101 int rotS, rot; local in function:fbSolid24 109 rot = FbFirst24Rot (dstX); 118 rotS = rot;
|
| H A D | fbtile.c | 56 int rot; local in function:fbEvenTile 74 rot = tileX; 85 bits = FbRotLeft(bits,rot);
|
| H A D | fbseg.c | 359 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 D | fbstipple.c | 108 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 D | texture_from_pixmap.c | 282 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 D | sharedtex.c | 211 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 D | fsraytrace.c | 38 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 D | vsraytrace.c | 37 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 D | geom-outlining-130.c | 49 GLfloat rot[4][4]; local in function:Redisplay 56 build_rotmatrix(rot, CurQuat); 57 glMultMatrixf(&rot[0][0]);
|
| H A D | geom-outlining-150.c | 116 GLfloat rot[4][4]; local in function:Redisplay 122 build_rotmatrix(rot, CurQuat); 124 mat_multiply(mvp, trans, (GLfloat *) rot);
|
| H A D | gsraytrace.cpp | 69 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 D | swapchain9ex.c | 73 D3DDISPLAYROTATION rot; local in function:NineSwapChain9Ex_GetDisplayModeEx 76 if (!pRotation) { pRotation = &rot; }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | swapchain9ex.c | 73 D3DDISPLAYROTATION rot; local in function:NineSwapChain9Ex_GetDisplayModeEx 76 if (!pRotation) { pRotation = &rot; }
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbtile.c | 42 int rot; local in function:fbEvenTile 60 rot = tileX; 70 bits = FbRotLeft(bits, rot);
|
| H A D | fbstipple.c | 70 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 D | fbtile.c | 42 int rot; local in function:fbEvenTile 60 rot = tileX; 70 bits = FbRotLeft(bits, rot);
|
| H A D | fbstipple.c | 70 int rot, stipX, stipY; local in function:fbEvenStipple 104 rot = stipX; 124 mask = FbRotLeft(mask, rot);
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | prng-test.c | 37 #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 D | fbtile.c | 49 int rot; local in function:fbEvenTile 67 rot = tileX; 78 bits = FbRotLeft(bits, rot);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gloss.c | 90 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 D | objview.c | 218 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 D | subtexrate.c | 152 float rot = 0.0; local in function:RunTest 188 glRotatef(rot, 0, 0, 1); 200 rot += 2.0;
|