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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 100 DefaultVisual(SDL_Display, SDL_Screen),
108 DefaultVisual(SDL_Display, SDL_Screen),
SDL_x11wm.c 65 dvis = DefaultVisual(SDL_Display, SDL_Screen);
194 DefaultVisual(SDL_Display, SDL_Screen),
SDL_x11video.c 333 int def_vis = (SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen));
679 if ( SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen) ) {
999 if ( SDL_Visual != DefaultVisual(SDL_Display, SDL_Screen) ) {
    [all...]
SDL_x11gl.c 237 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
SDL_x11modes.c 346 if (this->hidden->visuals[i].visual == DefaultVisual(SDL_Display, SDL_Screen)) return n;
349 this->hidden->visuals[n].visual = DefaultVisual(SDL_Display, SDL_Screen);;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
134 #define DisplayCells(dpy, scr) (DefaultVisual(dpy,scr)->map_entries)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
134 #define DisplayCells(dpy, scr) (DefaultVisual(dpy,scr)->map_entries)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
134 #define DisplayCells(dpy, scr) (DefaultVisual(dpy,scr)->map_entries)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 367 visual = DefaultVisual(DGA_Display, DGA_Screen);

Completed in 47 milliseconds