Searched refs:NumFormats (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c912 int NumFormats = 0; local in function:InitOutput
943 if (NumFormats >= MAXFORMATS)
945 screenInfo->formats[NumFormats].depth = i;
946 screenInfo->formats[NumFormats].bitsPerPixel = vfbBitsPerPixel(i);
947 screenInfo->formats[NumFormats].scanlinePad = BITMAP_SCANLINE_PAD;
948 NumFormats++;
956 screenInfo->numPixmapFormats = NumFormats;
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c959 int NumFormats = 0; local in function:InitOutput
989 if (NumFormats >= MAXFORMATS)
991 screen_info->formats[NumFormats].depth = i;
992 screen_info->formats[NumFormats].bitsPerPixel = vfbBitsPerPixel(i);
993 screen_info->formats[NumFormats].scanlinePad = BITMAP_SCANLINE_PAD;
994 NumFormats++;
1002 screen_info->numPixmapFormats = NumFormats;

Completed in 40 milliseconds