/external/webkit/Source/WebCore/platform/efl/ |
PlatformScreenEfl.cpp | 73 int def = DefaultScreen(display);
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
X11RendererSurface.cpp | 42 long defaultScreen = DefaultScreen( dpy ); 43 Window rootWindow = RootWindow(dpy, defaultScreen); 44 int depth = DefaultDepth(dpy, defaultScreen); 47 XMatchVisualInfo(m_display, defaultScreen, , dpeth, TrueColor, visualInfo);
|
X11Windowing.cpp | 91 long defaultScreen = DefaultScreen( dpy ); 92 Window rootWindow = RootWindow(dpy, defaultScreen); 93 int depth = DefaultDepth(dpy, defaultScreen); 96 XMatchVisualInfo(dpy, defaultScreen, depth, TrueColor, visualInfo);
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.h | 102 #define DGA_Screen DefaultScreen(DGA_Display)
|
SDL_dgavideo.c | 93 screen = DefaultScreen(dpy);
|
/external/skia/src/utils/unix/ |
SkEGLContext_Unix.cpp | 78 GLXFBConfig *fbc = glXChooseFBConfig(display, DefaultScreen(display), 151 display, DefaultScreen(display)
|
SkOSWindow_Unix.cpp | 36 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.h | 117 #define SDL_Screen DefaultScreen(this->hidden->Public_Display)
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.h | 172 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
|
SDL_x11video.c | 627 SDL_Screen = DefaultScreen(SDL_Display); [all...] |
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
GraphicsContext3DInternal.cpp | 169 XVisualInfo* visualInfo = glXChooseVisual(sharedDisplay(), DefaultScreen(sharedDisplay()), visualAttributes);
|
/external/quake/quake/src/QW/client/ |
gl_vidlinuxglx.c | 243 XF86DGADirectVideo(dpy, DefaultScreen(dpy), XF86DGADirectMouse); 262 XF86DGADirectVideo(dpy, DefaultScreen(dpy), 0); 648 scrnum = DefaultScreen(dpy);
|
gl_vidlinux_x11.c | 160 XF86DGADirectVideo(dpy,DefaultScreen(dpy),0); 699 scrnum = DefaultScreen(dpy);
|
/external/quake/quake/src/WinQuake/ |
gl_vidlinuxglx.cpp | 294 XF86DGADirectVideo(dpy, DefaultScreen(dpy), XF86DGADirectMouse); 320 XF86DGADirectVideo(dpy, DefaultScreen(dpy), 0); 789 scrnum = DefaultScreen(dpy);
|
vid_sunxil.cpp | 431 x_screen = DefaultScreen( x_disp );
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglX11Api.cpp | 279 const char* extensions = glXQueryExtensionsString(dpy,DefaultScreen(dpy));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 121 #define DefaultScreen(dpy) (((_XPrivDisplay)dpy)->default_screen) 122 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root) 156 #define DefaultScreenOfDisplay(dpy) ScreenOfDisplay(dpy,DefaultScreen(dpy)) [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 448 screen = DefaultScreen(display);
|
rpng2-x.c | 845 screen = DefaultScreen(display); [all...] |