| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxdemo.c | 17 static void redraw( Display *dpy, Window w ) function in typeref:typename:void 100 redraw( dpy, event.xany.window );
|
| H A D | xfont.c | 48 static void redraw( Display *dpy, Window w ) function in typeref:typename:void 174 redraw( dpy, event.xany.window );
|
| H A D | xrotfontdemo.c | 47 static void redraw( Display *dpy, Window w ) function in typeref:typename:void 188 redraw( dpy, event.xany.window );
|
| H A D | glxsnoop.c | 39 redraw(Display *dpy, Window srcWin, Window dstWin ) function in typeref:typename:void 208 redraw(dpy, WindowID, win); 222 redraw(dpy, WindowID, win);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut_x11.c | 182 int redraw = 0; local in function:next_event 202 redraw = 1; 227 redraw = 1; 233 _eglut->redisplay = redraw;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.c | 142 int redraw = 0; local in function:event_loop 149 redraw = 1; 172 redraw = 1; 178 if (redraw) {
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | msaa.c | 261 int redraw = 0; local in function:event_loop 268 redraw = 1; 295 redraw = 1; 303 redraw = 1; 309 if (redraw) {
|
| H A D | bindtex.c | 366 int redraw = 1; local in function:event_loop 374 redraw = 1; 408 redraw = 1; 415 if (redraw) {
|
| H A D | two_win.c | 234 int redraw = 0; local in function:event_loop 242 redraw = 1; 278 redraw = 1; 284 if (redraw) {
|
| H A D | texture_from_pixmap.c | 72 Bool redraw, reshape; member in struct:app_data 232 data->redraw = False; 260 data->redraw = True; 274 data->redraw = True; 312 data->redraw = True; 410 if (data->redraw)
|
| H A D | pbuffer.c | 436 int redraw = 0; local in function:event_loop 444 redraw = 1; 479 redraw = 1; 489 redraw = 1; 492 if (redraw) {
|
| H A D | render_tex.c | 485 int redraw = 0; local in function:event_loop 493 redraw = 1; 536 redraw = 1; 546 redraw = 1; 549 if (redraw) {
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | minmag.c | 33 redraw(void) function in typeref:typename:void 195 glutDisplayFunc(redraw);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2tri.c | 370 int redraw = 0; local in function:event_loop 377 redraw = 1; 408 redraw = 1; 414 if (redraw) {
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | pointblast.c | 193 redraw(void) function in typeref:typename:void 448 glutDisplayFunc(redraw);
|
| H A D | spriteblast.c | 245 redraw(void) function in typeref:typename:void 623 glutDisplayFunc(redraw);
|
| H A D | dinoshade.c | 28 /* Check out the comments in the "redraw" routine to see how the 30 also see in "redraw" how the projected shadows are rendered, 383 redraw(void) function in typeref:typename:void 524 gets drawn so we don't redraw (and accidently reblend) the 769 /* Press any key to redraw; good when motion stopped and 781 /* Press any key to redraw; good when motion stopped and 824 glutDisplayFunc(redraw);
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_dac.c | 534 Bool redraw = FALSE; local in function:FFBDacSaveScreen 542 * full redraw. 557 redraw = TRUE; 567 if (redraw) { 568 /* this causes a complete redraw of the screen */
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 551 Boolean redraw = False; local in function:XawScrollbarSetValues 568 redraw = True; 572 redraw = True; 575 return (redraw);
|
| H A D | Tree.c | 443 Boolean redraw = FALSE; local in function:XawTreeSetValues 447 * and indicate a redraw. 454 redraw = TRUE; 459 * tree layout. layout_tree() does a redraw, so we don't 478 redraw = FALSE; 480 return redraw;
|
| H A D | List.c | 1076 Bool redraw = False; local in function:XawListSetValues 1107 redraw = True; 1149 redraw = True; 1158 redraw = True; 1161 return (Boolean)(redraw);
|
| /xsrc/external/mit/MesaLib.old/dist/scripts/ |
| H A D | get_reviewer.pl | 1507 my $redraw = 1; 1510 if ($redraw) { 1590 $redraw = 1; 1662 $redraw = 1; 1743 $redraw = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 440 redraw(WINDOW *win) function in typeref:typename:void 681 redraw(mainwin);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.0.rst | 171 Program with GtkGLArea widget does not redraw
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 2172 1. Add the OpaqueResize flag: similar to OpaqueMove, but redraw the
|