| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_escape.h | 83 uint32 fullscreen; member in struct:__anon979708db0108
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_escape.h | 83 uint32 fullscreen; member in struct:__anondb994aee0108
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri_sarea.h | 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_sarea.h | 70 unsigned int fullscreen; member in struct:drm_sarea_frame
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | sarea.h | 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
|
| H A D | dristruct.h | 94 DrawablePtr fullscreen; /* pointer to fullscreen drawable */ member in struct:_DRIScreenPrivRec 95 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | sarea.h | 75 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
|
| H A D | dristruct.h | 90 DrawablePtr fullscreen; /* pointer to fullscreen drawable */ member in struct:_DRIScreenPrivRec 91 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | tunnel.c | 24 static int fullscreen = 1; variable in typeref:typename:int 230 fullscreen = (!fullscreen); 231 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
|
| H A D | tunnel2.c | 30 static int fullscreen = 1; variable in typeref:typename:int 230 fullscreen = (!fullscreen); 233 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW); 236 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
|
| H A D | gloss.c | 267 GLboolean fullscreen = GL_FALSE; local in function:Init 281 fullscreen = GL_TRUE; 292 if (fullscreen)
|
| H A D | fire.c | 26 static int fullscreen = 1; variable in typeref:typename:int 609 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW); 610 fullscreen = (!fullscreen);
|
| H A D | ipers.c | 26 static int fullscreen = 1; variable in typeref:typename:int 278 fullscreen = (!fullscreen); 279 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
|
| H A D | teapot.c | 24 static int fullscreen=1; variable in typeref:typename:int 223 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW); 224 fullscreen=(!fullscreen);
|
| H A D | terrain.c | 26 static int fullscreen = 1; variable in typeref:typename:int 483 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW); 484 fullscreen = (!fullscreen);
|
| H A D | ray.c | 22 static int fullscreen = 1; variable in typeref:typename:int 231 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW); 232 fullscreen = (!fullscreen);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | data.h | 240 String fullscreen_s; /* resource for "fullscreen" */ 241 int fullscreen; /* derived from fullscreen_s */ member in struct:XTERM_RESOURCE
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/resources/ |
| H A D | images.rc | 28 IMG_FULLSCREEN BITMAP "resources\\fullscreen.bmp"
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxgears.c | 103 static GLboolean fullscreen = GL_FALSE; /* Create a single fullscreen window */ variable in typeref:typename:GLboolean 543 if (fullscreen) 715 printf(" -fullscreen run in fullscreen mode\n"); 749 else if (strcmp(argv[i], "-fullscreen") == 0) { 750 fullscreen = GL_TRUE; 769 if (fullscreen) {
|
| H A D | glxswapcontrol.c | 468 int x, int y, int width, int height, GLboolean fullscreen, 489 if (fullscreen) { 525 if (fullscreen) 776 GLboolean fullscreen = GL_FALSE; local in function:main 803 else if (strcmp(argv[i], "-fullscreen") == 0) { 804 fullscreen = GL_TRUE; 818 printf(" -fullscreen Full-screen window\n"); 829 make_window(dpy, "glxgears", 0, 0, width, height, fullscreen, &win, &ctx); 467 make_window(Display * dpy,const char * name,int x,int y,int width,int height,GLboolean fullscreen,Window * winRet,GLXContext * ctxRet) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 429 EGLBoolean fullscreen, const EGLint *attrib_list) 462 if (fullscreen) { 473 attrs.override_redirect = fullscreen; 758 printf(" -fullscreen run in fullscreen mode\n"); 795 GLboolean fullscreen = GL_FALSE; local in function:main 808 else if (strcmp(argv[i], "-fullscreen") == 0) { 809 fullscreen = GL_TRUE; 855 EGL_TRUE, fullscreen, NULL); 427 egl_manager_create_window(struct egl_manager * eman,const char * name,EGLint w,EGLint h,EGLBoolean need_surface,EGLBoolean fullscreen,const EGLint * attrib_list) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2-speed.c | 162 static void fullscreen(Display *dpy, Window win) function in typeref:typename:void 268 fullscreen(dpy, win); 270 run(dpy, win, "fullscreen");
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.7.rst | 32 fullscreen frame updates
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | Makefile.am | 183 xlaunch/resources/fullscreen.bmp \
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri2-swap.c | 394 static void fullscreen(Display *dpy, Window win) function in typeref:typename:void 454 if (strcmp(optarg, "fullscreen") == 0) 549 fullscreen(dpy, win);
|