| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | calibrate_rast.c | 52 PointCalibrate(int xpos, int ypos) argument 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) argument 132 glVertex2f(xpos, ypos + y); 133 glVertex2f(xpos + len, ypos + y); 136 glReadPixels(xpos + len / 2, ypos, 235 VLineCalibrate(int xpos,int ypos,int len) argument 357 QuadCalibrate(int xpos,int ypos,int width,int height) argument [all...] |
| H A D | texobjshare.c | 62 int xpos = 0, ypos = 0; local in function:CreateContext 84 ypos = (NumContexts / 10) * 100; 91 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 102 sizehints.y = ypos;
|
| H A D | mapbufrange.c | 75 float ypos = 0.0; local in function:UpdateRect 79 rect[i * 6 + 1] = ypos + x * sin(angle) - y * cos(angle);
|
| H A D | sharedtex.c | 66 AddWindow(const char *displayName, int xpos, int ypos, argument 111 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 122 sizehints.y = ypos;
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_text.c | 30 static int height, ypos; variable in typeref:typename:int 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 > HEIGH [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | fs-tri.c | 16 static GLfloat xpos = 0, ypos = 0; variable in typeref:typename:GLfloat 25 glTranslatef(xpos, ypos, 0); 90 ypos += step; 93 ypos -= step;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | 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 in function:accum 411 ypos 128 accum_scale_or_bias(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height,GLboolean bias) argument 187 accum_or_load(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height,GLboolean load) argument 283 accum_return(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | 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 in function:accum 412 ypos 129 accum_scale_or_bias(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height,GLboolean bias) argument 188 accum_or_load(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height,GLboolean load) argument 284 accum_return(struct gl_context * ctx,GLfloat value,GLint xpos,GLint ypos,GLint width,GLint height) argument [all...] |
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrsbit.c | 412 FT_Long xpos, ypos, advance; local in function:pfr_load_bitmap_metrics 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 in function:pfr_slot_load_bitmap 683 &xpos, &ypos, 744 ypos > FT_INT_MA [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | sharedtex.c | 78 int xpos = 0, ypos = 0; local in function:CreateWindow 91 ypos = (n / 10) * 100; 100 Win = XCreateWindow(Dpy, root, xpos, ypos, WinWidth, WinHeight, 110 sizehints.y = ypos;
|
| H A D | manywin.c | 85 int xpos = 0, ypos = 0; local in function:AddHead 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;
|
| H A D | xfont.c | 107 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, argument 147 sizehints.y = ypos;
|
| H A D | xrotfontdemo.c | 121 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, argument 161 sizehints.y = ypos;
|
| H A D | wincopy.c | 63 int xpos, int ypos, int width, int height, 80 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 86 sizehints.y = ypos; 62 CreateWindow(Display * dpy,int scrnum,XVisualInfo * visinfo,int xpos,int ypos,int width,int height,const char * name) argument
|
| H A D | glxheads.c | 83 int xpos = 10, ypos = 10; local in function:AddHead 121 sizehints.y = ypos;
|
| H A D | glthreads.c | 464 int ypos = (wt->Index / 8) * (width + 20); local in function:create_window 481 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height, 491 sizehints.y = ypos;
|
| H A D | sharedtex_mt.c | 104 AddWindow(Display *dpy, const char *displayName, int xpos, int ypos, argument 142 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 153 sizehints.y = ypos;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vid_1400.c | 750 * return value is (ypos << 16) | xpos. 762 unsigned long xpos, ypos; local in function:sc1400_get_video_position 767 ypos = READ_VID32(SC1400_VIDEO_Y_POS) & 0x000003FF; 775 ypos -= vadjust; 776 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| H A D | vid_5530.c | 1298 * return value is (ypos << 16) | xpos. 1312 unsigned long xpos, ypos; local in function:cs5530_get_video_position 1317 ypos = READ_VID32(CS5530_VIDEO_Y_POS) & 0x000007FF; 1325 ypos -= vadjust; 1326 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| H A D | vid_rdcl.c | 2149 * return value is (ypos << 16) | xpos. 2161 unsigned long xpos, ypos; local in function:redcloud_get_video_position 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 in function:redcloud_read_window_crc 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 << 1 [all...] |
| H A D | 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); 1236 gu1_set_cursor_position(unsigned long memoffset,unsigned short xpos,unsigned short ypos,unsigned short xhotspot,unsigned short yhotspot) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | samplers.c | 199 GLint x, y, ypos; local in function:InitTextures 209 ypos = s * stripeSize; 212 GLint k = 4 * ((ypos + y) * size + x);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_drm.h | 488 * @ypos: Y position of cursor. 499 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | vid_5530.c | 1207 * return value is (ypos << 16) | xpos. 1221 unsigned long xpos, ypos; local in function:cs5530_get_video_position 1226 ypos = READ_VID32(CS5530_VIDEO_Y_POS) & 0x000007FF; 1234 ypos -= vadjust; 1235 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglthreads.c | 483 int ypos = (wt->Index / 8) * (width + 20); local in function:create_window 514 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height, 526 sizehints.y = ypos;
|