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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitOutput.c123 static PixmapFormatRec g_PixmapFormats[] = { variable in typeref:typename:PixmapFormatRec[]
133 const int NUMFORMATS = sizeof (g_PixmapFormats) / sizeof (g_PixmapFormats[0]);
973 screenInfo->formats[i] = g_PixmapFormats[i];
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DInitOutput.c104 static PixmapFormatRec g_PixmapFormats[] = { variable in typeref:typename:PixmapFormatRec[]
934 pScreenInfo->numPixmapFormats = ARRAY_SIZE(g_PixmapFormats);
937 for (i = 0; i < ARRAY_SIZE(g_PixmapFormats); i++) {
938 pScreenInfo->formats[i] = g_PixmapFormats[i];

Completed in 5 milliseconds