Searched refs:redraw (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxdemo.c17 static void redraw( Display *dpy, Window w ) function in typeref:typename:void
100 redraw( dpy, event.xany.window );
H A Dxfont.c48 static void redraw( Display *dpy, Window w ) function in typeref:typename:void
174 redraw( dpy, event.xany.window );
H A Dxrotfontdemo.c47 static void redraw( Display *dpy, Window w ) function in typeref:typename:void
188 redraw( dpy, event.xany.window );
H A Dglxsnoop.c39 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 Deglut_x11.c182 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 Deglcommon.c142 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 Dmsaa.c261 int redraw = 0; local in function:event_loop
268 redraw = 1;
295 redraw = 1;
303 redraw = 1;
309 if (redraw) {
H A Dbindtex.c366 int redraw = 1; local in function:event_loop
374 redraw = 1;
408 redraw = 1;
415 if (redraw) {
H A Dtwo_win.c234 int redraw = 0; local in function:event_loop
242 redraw = 1;
278 redraw = 1;
284 if (redraw) {
H A Dtexture_from_pixmap.c72 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 Dpbuffer.c436 int redraw = 0; local in function:event_loop
444 redraw = 1;
479 redraw = 1;
489 redraw = 1;
492 if (redraw) {
H A Drender_tex.c485 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 Dminmag.c33 redraw(void) function in typeref:typename:void
195 glutDisplayFunc(redraw);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2tri.c370 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 Dpointblast.c193 redraw(void) function in typeref:typename:void
448 glutDisplayFunc(redraw);
H A Dspriteblast.c245 redraw(void) function in typeref:typename:void
623 glutDisplayFunc(redraw);
H A Ddinoshade.c28 /* 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 Dffb_dac.c534 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 DScrollbar.c551 Boolean redraw = False; local in function:XawScrollbarSetValues
568 redraw = True;
572 redraw = True;
575 return (redraw);
H A DTree.c443 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 DList.c1076 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 Dget_reviewer.pl1507 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 Dfdperf.c440 redraw(WINDOW *win) function in typeref:typename:void
681 redraw(mainwin);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.0.rst171 Program with GtkGLArea widget does not redraw
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md2172 1. Add the OpaqueResize flag: similar to OpaqueMove, but redraw the

Completed in 22 milliseconds

12