| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| hello.c | 45 static void display(void) function 92 * Declare initial window size, position, and display mode 95 * Register callback function to display graphics. 106 glutDisplayFunc(display);
|
| cube.c | 53 static void display(void) function 92 glutDisplayFunc(display);
|
| aargb.c | 75 static void display(void) function 135 * RGBA display mode, and handle input events. 146 glutDisplayFunc (display);
|
| anti.c | 74 /* display() draws an icosahedron with a large alpha value, 1.0. 76 static void display(void) function 111 * RGBA display mode, and handle input events. 120 glutDisplayFunc(display);
|
| bezcurve.c | 56 static void display(void) function 109 glutDisplayFunc(display);
|
| clip.c | 51 static void display(void) function 103 glutDisplayFunc(display);
|
| depthcue.c | 68 /* display() draws an icosahedron. 70 static void display(void) function 111 glutDisplayFunc(display);
|
| drawf.c | 57 static void display(void) function 88 * RGBA display mode, and handle input events. 100 glutDisplayFunc(display);
|
| lines.c | 55 static void display(void) function 133 glutDisplayFunc(display);
|
| model.c | 60 static void display(void) function 121 glutDisplayFunc(display);
|
| planet.c | 56 static void display(void) function 118 glutDisplayFunc(display);
|
| robot.c | 56 static void display(void) function 127 glutDisplayFunc(display);
|
| smooth.c | 64 static void display(void) function 101 glutDisplayFunc(display);
|
| texprox.c | 87 static void display(void) function 107 glutDisplayFunc(display);
|
| alpha.c | 83 static void display(void) function 129 * RGBA display mode, and handle input events. 140 glutDisplayFunc (display);
|
| colormat.c | 71 static void display(void) function 147 glutDisplayFunc(display);
|
| fogcoord.c | 87 /* display() draws a triangle at an angle. 89 static void display(void) function 179 * RGBA display mode, depth buffer, and handle input events. 191 glutDisplayFunc (display);
|
| fogindex.c | 78 /* display() renders 3 cones at different z positions. 81 display(void) function 138 * RGBA display mode, depth buffer, and handle input events. 148 glutDisplayFunc(display);
|
| light.c | 68 static void display(void) function 108 glutDisplayFunc(display);
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| xtestext1.h | 68 Display *display; member in struct:__anon5821 80 Display *display; member in struct:__anon5822 86 int XTestFakeInput(register Display *dpy, char *action_list_addr, int action_list_size, int ack_flag); 87 int XTestGetInput(register Display *dpy, int action_handling); 88 int XTestQueryInputSize(register Display *dpy, unsigned long *size_return); 89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action); 90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_act (…) [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_context.h | 34 /** Either an EGLDisplay or an Xlib Display */ 35 void *display; member in struct:glamor_context
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| evi.c | 41 Display *display = NULL; local 48 if (!(display = XOpenDisplay(argv[1]))) { 49 printf("Cannot open display %s\n", argv[1]); 53 printf("Usage: %s display\n", argv[0]); 57 if (!display && !(display = XOpenDisplay(NULL))) { 58 printf("Cannot open default display\n"); 62 if (!XeviQueryVersion(display, &major_version, &minor_version)) { 68 XeviGetVisualInfo(display, NULL, 0, &evi, &count) [all...] |
| xtest.c | 41 Display *display = NULL; local 47 if (!(display = XOpenDisplay(argv[1]))) { 48 printf("Cannot open display %s\n", argv[1]); 52 printf("Usage: %s display\n", argv[0]); 56 if (!display && !(display = XOpenDisplay(NULL))) { 57 printf("Cannot open default display\n"); 61 if (!XTestQueryExtension(display, &event_base, &error_base, 70 XTestFakeKeyEvent(display, 30, True, 10) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| xwindowsdri.h | 35 Display *display; /* Display the event was read from */ member in struct:__anon2321 43 Bool XWindowsDRIQueryExtension(Display * dpy, int *event_base, 46 Bool XWindowsDRIQueryVersion(Display * dpy, int *majorVersion, 49 Bool XWindowsDRIQueryDirectRenderingCapable(Display * dpy, int screen, 52 Bool XWindowsDRIQueryDrawable(Display * dpy, int screen, Drawable drawable, 55 Bool XWindowsDRIFBConfigToPixelFormat(Display *dpy, int screen, int fbConfigID,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| xwindowsdri.h | 35 Display *display; /* Display the event was read from */ member in struct:__anon4649 43 Bool XWindowsDRIQueryExtension(Display * dpy, int *event_base, 46 Bool XWindowsDRIQueryVersion(Display * dpy, int *majorVersion, 49 Bool XWindowsDRIQueryDirectRenderingCapable(Display * dpy, int screen, 52 Bool XWindowsDRIQueryDrawable(Display * dpy, int screen, Drawable drawable, 55 Bool XWindowsDRIFBConfigToPixelFormat(Display *dpy, int screen, int fbConfigID,
|