HomeSort by relevance Sort by last modified time
    Searched refs:GFX_Display (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11yuv.c 108 if ( (Success == SDL_NAME(XvQueryExtension)(GFX_Display, &j, &j, &j, &j, &j)) &&
109 (Success == SDL_NAME(XvQueryAdaptors)(GFX_Display,
110 RootWindow(GFX_Display, SDL_Screen),
136 formats = SDL_NAME(XvListImageFormats)(GFX_Display,
146 if ( Success == SDL_NAME(XvGrabPort)(GFX_Display, ainfo[i].base_id+k, CurrentTime) ) {
202 SDL_NAME(XvSelectPortNotify)(GFX_Display, xv_port, True);
208 a = XInternAtom(GFX_Display, attr[i], True);
210 SDL_NAME(XvSetPortAttribute)(GFX_Display, xv_port, a, 1);
211 XSync(GFX_Display, True);
218 SDL_NAME(XvSelectPortNotify)(GFX_Display, xv_port, False)
    [all...]
SDL_x11image.c 220 XSync(GFX_Display, False);
243 XPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
248 XFlush(GFX_Display);
251 XSync(GFX_Display, False);
264 XShmPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
270 XFlush(GFX_Display);
273 XSync(GFX_Display, False);
279 Even though the XVideo code uses the GFX_Display to update the
SDL_x11gl.c 69 extensions = this->gl_data->glXQueryExtensionsString(GFX_Display,SDL_Screen);
199 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
204 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
261 glx_context = this->gl_data->glXCreateContext(GFX_Display,
263 XSync( GFX_Display, False );
304 this->gl_data->glXMakeCurrent(GFX_Display, None, NULL);
307 this->gl_data->glXDestroyContext(GFX_Display, glx_context);
323 if ( ! this->gl_data->glXMakeCurrent(GFX_Display,
328 XSync( GFX_Display, False );
393 retval = this->gl_data->glXGetConfig(GFX_Display, glx_visualinfo, glx_attrib, value)
    [all...]
SDL_x11video.h 62 Display *GFX_Display; /* Used for graphics and colormap stuff */
171 #define GFX_Display (this->hidden->GFX_Display)
SDL_x11video.c 609 GFX_Display = XOpenDisplay(display);
610 if ( GFX_Display == NULL ) {
639 XCloseDisplay(GFX_Display);
640 GFX_Display = NULL;
737 XFreeColors(GFX_Display,
    [all...]
SDL_x11wm.c 119 XFreeColors(GFX_Display, dcmap, freelist, nfree, 0);
134 if(XAllocColor(GFX_Display, dcmap, &c)) {
148 XQueryColors(GFX_Display, dcmap, cols, 256);
154 if(XAllocColor(GFX_Display, dcmap,
610 info->info.x11.gfxdisplay = GFX_Display;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 59 struct Screen *GFX_Display; /* Used for graphics and colormap stuff */
116 #define GFX_Display (this->hidden->GFX_Display)
140 #define SDL_DisplayColormap (this->hidden->GFX_Display->ViewPort.ColorMap)
SDL_cgxvideo.c 93 XStoreColors(GFX_Display, SDL_XColorMap, xcmap, ncolors);
94 XSync(GFX_Display, False);
142 CloseScreen(GFX_Display);
145 else if(GFX_Display)
146 UnlockPubScreen(NULL,GFX_Display);
148 GFX_Display = NULL;
482 GFX_Display=NULL;
486 GFX_Display=OpenScreenTags(NULL,
495 if(!GFX_Display)
500 else SDL_Display=GFX_Display;
    [all...]
SDL_cgxmodes.c 57 SDL_Display=GFX_Display=OpenScreenTags(NULL,SA_Width,width,SA_Height,height,
307 GFX_Display=SDL_Display=LockPubScreen(NULL);

Completed in 139 milliseconds