HomeSort by: relevance | last modified time | path
    Searched refs:xf86Depth (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Priv.h 70 extern _X_EXPORT int xf86Depth;
xf86Globals.c 188 int xf86Depth = -1;
xf86Helper.c 380 if (xf86Depth > 0) {
381 scrp->depth = xf86Depth;
385 if (xf86FbBpp < 0 && xf86Depth < 0) {
1399 return xf86Depth;
xf86Init.c 1065 xf86Depth = depth;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Priv.h 67 extern _X_EXPORT int xf86Depth;
xf86Globals.c 187 int xf86Depth = -1;
xf86Helper.c 367 if (xf86Depth > 0) {
368 scrp->depth = xf86Depth;
372 if (xf86FbBpp < 0 && xf86Depth < 0) {
1595 return xf86Depth;
xf86Init.c 1241 xf86Depth = depth;

Completed in 9 milliseconds