HomeSort by relevance Sort by last modified time
    Searched defs:screens (Results 1 - 21 of 21) sorted by null

  /packages/apps/Launcher2/
print_db.py 9 SCREENS = 5
185 screens = [] variable
186 for i in range(0,SCREENS):
193 screens.append(screen)
196 screen = screens[row["screen"]]
209 for screen in screens:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 191 GLint i, screens; local
194 screens = ScreenCount(priv->dpy);
195 for (i = 0; i < screens; i++) {
565 GLint i, screens; local
570 screens = ScreenCount(dpy);
571 priv->screenConfigs = Xmalloc(screens * sizeof *priv->screenConfigs);
583 for (i = 0; i < screens; i++) {
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
glxclient.h 559 * These are the same for all screens on this display. These fields will
568 * Configurations of visuals for all screens on this display.
572 struct glx_screen **screens; member in struct:glx_display
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 191 GLint i, screens; local
194 screens = ScreenCount(priv->dpy);
195 for (i = 0; i < screens; i++) {
565 GLint i, screens; local
570 screens = ScreenCount(dpy);
571 priv->screenConfigs = Xmalloc(screens * sizeof *priv->screenConfigs);
583 for (i = 0; i < screens; i++) {
  /external/mesa3d/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
glxclient.h 559 * These are the same for all screens on this display. These fields will
568 * Configurations of visuals for all screens on this display.
572 struct glx_screen **screens; member in struct:glx_display
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 55 void *screens[2]; /* Pointers to aligned screen buffer */ member in struct:SDL_PrivateVideoData
99 #define XBIOS_screens (this->hidden->screens)
  /packages/apps/Launcher3/
print_db.py 11 SCREENS = 0
150 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
159 # Calculate the proper number of screens, columns, and rows in this db
176 SCREENS = len(screensIdMap)
222 # Screens
223 out.write("<br/><b>Screens</b><br/>\n")
246 screens = [] variable
247 for i in range(0,SCREENS):
254 screens.append(screen)
260 screen = screens[screensIdMap.index(row["screen"])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 431 int i, screens; local
433 xinerama = SDL_NAME(XineramaQueryScreens)(SDL_Display, &screens);
434 for (i = 0; i < screens; i++) {
SDL_x11modes.c 545 int screens; local
559 xinerama = SDL_NAME(XineramaQueryScreens)(SDL_Display, &screens);
560 for ( i = 0; i < screens; i++ ) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 108 int nscreens; /* number of screens on this server*/
109 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
Xlib.h 155 #define ScreenOfDisplay(dpy, scr)(&((_XPrivDisplay)dpy)->screens[scr])
567 int nscreens; /* number of screens on this server*/
568 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 108 int nscreens; /* number of screens on this server*/
109 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
Xlib.h 155 #define ScreenOfDisplay(dpy, scr)(&((_XPrivDisplay)dpy)->screens[scr])
567 int nscreens; /* number of screens on this server*/
568 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 108 int nscreens; /* number of screens on this server*/
109 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
Xlib.h 155 #define ScreenOfDisplay(dpy, scr)(&((_XPrivDisplay)dpy)->screens[scr])
567 int nscreens; /* number of screens on this server*/
568 Screen *screens; /* pointer to list of screens */ member in struct:_XDisplay
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 2421 screens = [] variable in class:RawTurtle
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 2421 screens = [] variable in class:RawTurtle
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 140 // sBgWorkspaceScreens is the ordered set of workspace screens.
267 // Try adding to the workspace screens incrementally, starting at the default or center
299 // Get the list of workspace screens. We need to append to this list and
332 // page is added. Create as many screens as necessary to satisfy
370 // Update the workspace screens
1565 ItemInfo[][] screens = occupied.get(item.screenId); local
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1044 milliseconds