Searched refs:stippleBits (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Ddepth.c38 GLubyte stippleBits[32*4] = { variable in typeref:typename:GLubyte[]
74 glPolygonStipple(stippleBits);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c1795 unsigned int *stippleBits; local in function:sunGXCheckStipple
1808 stippleBits = (unsigned int *) pPixmap->devPrivate.ptr;
1811 sbit = (*stippleBits++ >> 16) & mask;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c1795 unsigned int *stippleBits; local in function:sunGXCheckStipple
1808 stippleBits = (unsigned int *) pPixmap->devPrivate.ptr;
1811 sbit = (*stippleBits++ >> 16) & mask;

Completed in 9 milliseconds