Searched refs:fullscreen (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_escape.h83 uint32 fullscreen; member in struct:__anon979708db0108
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_escape.h83 uint32 fullscreen; member in struct:__anondb994aee0108
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_sarea.h76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_sarea.h70 unsigned int fullscreen; member in struct:drm_sarea_frame
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Dsarea.h76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
H A Ddristruct.h94 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 Dsarea.h75 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
H A Ddristruct.h90 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 Dtunnel.c24 static int fullscreen = 1; variable in typeref:typename:int
230 fullscreen = (!fullscreen);
231 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
H A Dtunnel2.c30 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 Dgloss.c267 GLboolean fullscreen = GL_FALSE; local in function:Init
281 fullscreen = GL_TRUE;
292 if (fullscreen)
H A Dfire.c26 static int fullscreen = 1; variable in typeref:typename:int
609 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
610 fullscreen = (!fullscreen);
H A Dipers.c26 static int fullscreen = 1; variable in typeref:typename:int
278 fullscreen = (!fullscreen);
279 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
H A Dteapot.c24 static int fullscreen=1; variable in typeref:typename:int
223 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
224 fullscreen=(!fullscreen);
H A Dterrain.c26 static int fullscreen = 1; variable in typeref:typename:int
483 XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
484 fullscreen = (!fullscreen);
H A Dray.c22 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 Ddata.h240 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 Dimages.rc28 IMG_FULLSCREEN BITMAP "resources\\fullscreen.bmp"
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxgears.c103 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 Dglxswapcontrol.c468 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 Dxeglgears.c429 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 Ddri2-speed.c162 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 D17.0.7.rst32 fullscreen frame updates
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DMakefile.am183 xlaunch/resources/fullscreen.bmp \
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
H A Ddri2-swap.c394 static void fullscreen(Display *dpy, Window win) function in typeref:typename:void
454 if (strcmp(optarg, "fullscreen") == 0)
549 fullscreen(dpy, win);

Completed in 29 milliseconds

12