| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| calibrate_rast.c | 52 PointCalibrate(int xpos, int ypos) 65 glVertex2f(xpos + x, ypos + y); 67 glReadPixels(xpos, ypos, 1, 1, GL_RGBA, GL_FLOAT, rgba); 86 xpos, ypos, 88 ypos + ymin, ypos + ymax); 114 HLineCalibrate(int xpos, int ypos, int len) 132 glVertex2f(xpos, ypos + y); 133 glVertex2f(xpos + len, ypos + y); 136 glReadPixels(xpos + len / 2, ypos, 1, 1, GL_RGBA, GL_FLOAT, rgba) [all...] |
| texobjshare.c | 62 int xpos = 0, ypos = 0; local 84 ypos = (NumContexts / 10) * 100; 91 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 102 sizehints.y = ypos;
|
| mapbufrange.c | 75 float ypos = 0.0; local 79 rect[i * 6 + 1] = ypos + x * sin(angle) - y * cos(angle);
|
| sharedtex.c | 66 AddWindow(const char *displayName, int xpos, int ypos, 111 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 122 sizehints.y = ypos;
|
| /xsrc/external/mit/x11perf/dist/ |
| do_text.c | 30 static int height, ypos; variable 58 ypos = XPOS; 156 ypos = XPOS; 233 xp->d, xp->w, xp->fggc, XPOS, ypos, charBuf[line], charsPerLine); 234 ypos += height; 235 if (ypos > HEIGHT - height) { 237 ypos = XPOS; 255 xp->d, xp->w, xp->fggc, XPOS, ypos, (XChar2b *)charBuf[line], charsPerLine); 256 ypos += height; 257 if (ypos > HEIGHT - height) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| fs-tri.c | 16 static GLfloat xpos = 0, ypos = 0; variable 25 glTranslatef(xpos, ypos, 0); 90 ypos += step; 93 ypos -= step;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| accum.c | 130 GLint xpos, GLint ypos, GLint width, GLint height, 140 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 189 GLint xpos, GLint ypos, GLint width, GLint height, 211 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 220 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 285 GLint xpos, GLint ypos, GLint width, GLint height) 294 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 315 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 399 GLint xpos, ypos, width, height; local 412 ypos = ctx->DrawBuffer->_Ymin [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| accum.c | 129 GLint xpos, GLint ypos, GLint width, GLint height, 139 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 188 GLint xpos, GLint ypos, GLint width, GLint height, 210 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 219 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 284 GLint xpos, GLint ypos, GLint width, GLint height) 293 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 314 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 398 GLint xpos, ypos, width, height; local 411 ypos = ctx->DrawBuffer->_Ymin [all...] |
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrsbit.c | 412 FT_Long xpos, ypos, advance; local 420 ypos = 0; 431 ypos = ( (FT_Char)( b << 4 ) ) >> 4; 437 ypos = PFR_NEXT_INT8( p ); 443 ypos = PFR_NEXT_SHORT( p ); 449 ypos = PFR_NEXT_LONG( p ); 515 *aypos = ypos; 656 FT_Long xpos = 0, ypos = 0, advance = 0; local 683 &xpos, &ypos, 744 ypos > FT_INT_MAX - (FT_Long)ysize | [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| sharedtex.c | 78 int xpos = 0, ypos = 0; local 91 ypos = (n / 10) * 100; 100 Win = XCreateWindow(Dpy, root, xpos, ypos, WinWidth, WinHeight, 110 sizehints.y = ypos;
|
| manywin.c | 85 int xpos = 0, ypos = 0; local 107 ypos = (NumHeads / 10) * 100; 108 printf("%d, %d\n", xpos, ypos); 115 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 126 sizehints.y = ypos;
|
| xfont.c | 107 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, 147 sizehints.y = ypos;
|
| xrotfontdemo.c | 121 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, 161 sizehints.y = ypos;
|
| wincopy.c | 63 int xpos, int ypos, int width, int height, 80 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 86 sizehints.y = ypos;
|
| glxheads.c | 83 int xpos = 10, ypos = 10; local 121 sizehints.y = ypos;
|
| glthreads.c | 464 int ypos = (wt->Index / 8) * (width + 20); local 481 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height, 491 sizehints.y = ypos;
|
| sharedtex_mt.c | 104 AddWindow(Display *dpy, const char *displayName, int xpos, int ypos, 142 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 153 sizehints.y = ypos;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| vid_1400.c | 750 * return value is (ypos << 16) | xpos. 762 unsigned long xpos, ypos; local 767 ypos = READ_VID32(SC1400_VIDEO_Y_POS) & 0x000003FF; 775 ypos -= vadjust; 776 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| vid_5530.c | 1298 * return value is (ypos << 16) | xpos. 1312 unsigned long xpos, ypos; local 1317 ypos = READ_VID32(CS5530_VIDEO_Y_POS) & 0x000007FF; 1325 ypos -= vadjust; 1326 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| vid_rdcl.c | 2149 * return value is (ypos << 16) | xpos. 2161 unsigned long xpos, ypos; local 2166 ypos = READ_VID32(RCDF_VIDEO_Y_POS) & 0x000007FF; 2178 ypos -= vadjust; 2179 return ((ypos << 16) | (xpos & 0x0000FFFF)); 2434 unsigned long xpos, ypos, crc = 0; local 2557 /* Cmp2 <= ypos < Cmp2 */ 2589 /* Lower limit = ypos + v_blank_pixels */ 2593 ypos = (unsigned long)y + (unsigned long)gfx_get_vtotal() - 2595 msr_value.low = ypos << 16 [all...] |
| disp_gu1.c | 163 unsigned short xpos, unsigned short ypos, 1237 unsigned short xpos, unsigned short ypos, 1242 unsigned short xpos, unsigned short ypos, 1258 ypos <<= 1; 1261 y = (short)ypos - (short)yhotspot; 1278 gfx_enable_panning(xpos, ypos);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| samplers.c | 199 GLint x, y, ypos; local 209 ypos = s * stripeSize; 212 GLint k = 4 * ((ypos + y) * size + x);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| vid_5530.c | 1207 * return value is (ypos << 16) | xpos. 1221 unsigned long xpos, ypos; local 1226 ypos = READ_VID32(CS5530_VIDEO_Y_POS) & 0x000007FF; 1234 ypos -= vadjust; 1235 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_drm.h | 488 * @ypos: Y position of cursor. 499 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| xeglthreads.c | 483 int ypos = (wt->Index / 8) * (width + 20); local 514 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height, 526 sizehints.y = ypos;
|