Searched refs:xf86Depth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Priv.h67 extern _X_EXPORT int xf86Depth;
H A Dxf86Globals.c187 int xf86Depth = -1; variable in typeref:typename:int
H A Dxf86Helper.c367 if (xf86Depth > 0) {
368 scrp->depth = xf86Depth;
372 if (xf86FbBpp < 0 && xf86Depth < 0) {
1595 return xf86Depth;
H A Dxf86Init.c1241 xf86Depth = depth;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Priv.h70 extern _X_EXPORT int xf86Depth;
H A Dxf86Globals.c188 int xf86Depth = -1; variable in typeref:typename:int
H A Dxf86Helper.c380 if (xf86Depth > 0) {
381 scrp->depth = xf86Depth;
385 if (xf86FbBpp < 0 && xf86Depth < 0) {
1399 return xf86Depth;
H A Dxf86Init.c1065 xf86Depth = depth;

Completed in 41 milliseconds