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

  /external/mesa3d/src/glx/
clientinfo.c 83 for (i = 0; i < ScreenCount(glx_dpy->dpy); i++) {
glxext.c 210 screens = ScreenCount(priv->dpy);
788 screens = ScreenCount(dpy);
    [all...]
glxcmds.c 179 if ((scrn < 0) || (scrn >= ScreenCount(dpy))) {
208 int num_screens = ScreenCount(dpy);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.h 26 UINTN ScreenCount; ///< How many screens worth of data to save
ConsoleLogger.c 56 (*ConsoleInfo)->ScreenCount = ScreensToSave;
475 if (ConsoleInfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount)-1)) {
479 ASSERT(ConsoleInfo->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount)-1));
485 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1)
505 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1)
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 1320 UINTN ScreenCount;
1327 ScreenCount = 0;
1353 ScreenCount++;
1354 if (ScreenCount >= ScreenSize && ScreenSize != 0) {
1359 ScreenCount = 0;
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 111 #define ScreenCount(dpy) (((_XPrivDisplay)dpy)->nscreens)
    [all...]

Completed in 531 milliseconds