| /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, 87 xpos + xmin, xpos + xmax, 114 HLineCalibrate(int xpos, int ypos, int len) argument 132 glVertex2f(xpos, ypos + y); 133 glVertex2f(xpos + len, ypos + y); 136 glReadPixels(xpos 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 83 xpos = (NumContexts % 10) * 100; 91 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 101 sizehints.x = xpos;
|
| H A D | mapbufrange.c | 74 float xpos = -2.5 + 0.5 * r; local in function:UpdateRect 78 rect[i * 6 + 0] = xpos + x * cos(angle) + y * sin(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, 121 sizehints.x = xpos;
|
| /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); 96 xpos -= step; 99 xpos += 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 410 xpos 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 411 xpos 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 419 xpos = 0; 430 xpos = (FT_Char)b >> 4; 436 xpos = PFR_NEXT_INT8( p ); 442 xpos = PFR_NEXT_SHORT( p ); 448 xpos = PFR_NEXT_LONG( p ); 514 *axpos = xpos; 656 FT_Long xpos = 0, ypos = 0, advance = 0; local in function:pfr_slot_load_bitmap 683 &xpos, &ypos, 741 if ( xpos > FT_INT_MA [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_rectpack.h | 413 int xpos = tail->x - width; local in function:stbrp__skyline_find_best_pos 415 STBRP_ASSERT(xpos >= 0); 417 while (node->next->x <= xpos) { 421 STBRP_ASSERT(node->next->x > xpos && node->x <= xpos); 422 y = stbrp__skyline_find_min_y(c, node, xpos, width, &waste); 425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { 426 best_x = xpos;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_rectpack.h | 413 int xpos = tail->x - width; local in function:stbrp__skyline_find_best_pos 415 STBRP_ASSERT(xpos >= 0); 417 while (node->next->x <= xpos) { 421 STBRP_ASSERT(node->next->x > xpos && node->x <= xpos); 422 y = stbrp__skyline_find_min_y(c, node, xpos, width, &waste); 425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { 426 best_x = xpos;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | sharedtex.c | 78 int xpos = 0, ypos = 0; local in function:CreateWindow 90 xpos = (n % 10) * 100; 100 Win = XCreateWindow(Dpy, root, xpos, ypos, WinWidth, WinHeight, 109 sizehints.x = xpos;
|
| H A D | manywin.c | 85 int xpos = 0, ypos = 0; local in function:AddHead 106 xpos = (NumHeads % 10) * 100; 108 printf("%d, %d\n", xpos, ypos); 115 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 125 sizehints.x = xpos;
|
| H A D | xfont.c | 107 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, argument 146 sizehints.x = xpos;
|
| H A D | xrotfontdemo.c | 121 static Window make_rgb_db_window( Display *dpy, int xpos, int ypos, argument 160 sizehints.x = xpos;
|
| H A D | wincopy.c | 63 int xpos, int ypos, int width, int height, 80 win = XCreateWindow(dpy, root, xpos, ypos, width, height, 85 sizehints.x = xpos; 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 120 sizehints.x = xpos;
|
| H A D | glthreads.c | 463 int xpos = (wt->Index % 8) * (width + 10); local in function:create_window 481 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height, 490 sizehints.x = xpos;
|
| 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, 152 sizehints.x = xpos;
|
| /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 766 xpos = READ_VID32(SC1400_VIDEO_X_POS) & 0x000003FF; 774 xpos -= hadjust; 776 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| H A D | disp_gu2.c | 159 unsigned short xpos, unsigned short ypos, 169 void gu2_set_icon_position(unsigned long memoffset, unsigned short xpos); 1054 unsigned short xpos, unsigned short ypos, 1059 unsigned short xpos, unsigned short ypos, 1065 short x = (short)xpos - (short)xhotspot; 1077 gfx_enable_panning(xpos, ypos); 1262 gu2_set_icon_position(unsigned long memoffset, unsigned short xpos) argument 1265 gfx_set_icon_position(unsigned long memoffset, unsigned short xpos) 1278 WRITE_REG32(MDC_ICON_X, (unsigned long)(xpos & 0x07FF)); 1053 gu2_set_cursor_position(unsigned long memoffset,unsigned short xpos,unsigned short ypos,unsigned short xhotspot,unsigned short yhotspot) argument
|
| 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 2165 xpos = READ_VID32(RCDF_VIDEO_X_POS) & 0x000007FF; 2177 xpos -= hadjust; 2179 return ((ypos << 16) | (xpos & 0x0000FFFF)); 2434 unsigned long xpos, ypos, crc = 0; local in function:redcloud_read_window_crc 2556 /* Cmp0 <= xpos < Cmp1 */ 2568 /* Lower limit = xpos + (h_blank_pixels - 1) - 3 */ 2574 xpos = (unsigned long)x + ((unsigned long)gfx_get_htotal() - 2577 xpos [all...] |
| 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 1316 xpos = READ_VID32(CS5530_VIDEO_X_POS) & 0x000007FF; 1324 xpos -= hadjust; 1326 return ((ypos << 16) | (xpos & 0x0000FFFF));
|
| H A D | disp_gu1.c | 163 unsigned short xpos, unsigned short ypos, 173 void gu1_set_icon_position(unsigned long memoffset, unsigned short xpos); 1237 unsigned short xpos, unsigned short ypos, 1242 unsigned short xpos, unsigned short ypos, 1256 xpos <<= 1; 1260 x = (short)xpos - (short)xhotspot; 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/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_drm.h | 487 * @xpos: X position of cursor. 498 int32_t xpos; 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 1225 xpos = READ_VID32(CS5530_VIDEO_X_POS) & 0x000007FF; 1233 xpos -= hadjust; 1235 return ((ypos << 16) | (xpos & 0x0000FFFF));
|