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

/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kConfig.c31 static PixmapFormatRec *x68kFormat = NULL; variable in typeref:typename:PixmapFormatRec *
99 if (x68kFormat)
100 pScreenInfo->formats[pScreenInfo->numPixmapFormats++] = *x68kFormat;
573 x68kFormat = malloc (sizeof(PixmapFormatRec));
574 x68kFormat->scanlinePad = BITMAP_SCANLINE_PAD;
575 x68kFormat->bitsPerPixel = 16;
578 x68kFormat->depth = 4;
583 x68kFormat->depth = 8;
588 x68kFormat->depth = 15;
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kConfig.c31 static PixmapFormatRec *x68kFormat = NULL; variable in typeref:typename:PixmapFormatRec *
101 if (x68kFormat)
102 pScreenInfo->formats[pScreenInfo->numPixmapFormats++] = *x68kFormat;
588 x68kFormat = malloc (sizeof(PixmapFormatRec));
589 x68kFormat->scanlinePad = BITMAP_SCANLINE_PAD;
590 x68kFormat->bitsPerPixel = 16;
593 x68kFormat->depth = 4;
598 x68kFormat->depth = 8;
603 x68kFormat->depth = 15;

Completed in 4 milliseconds