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

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxinit.c 96 int dmxDepth = 0;
367 if (defaultColorVisualClass >= 0 || dmxDepth > 0) {
371 if (dmxDepth > 0) {
372 if (dmxScreen->beVisuals[i].depth == dmxDepth) {
381 } else if (dmxScreen->beVisuals[i].depth == dmxDepth) {
918 if (++i < argc) dmxDepth = atoi(argv[i]);
dmx.h 279 extern int dmxDepth; /**< Requested depth if

Completed in 22 milliseconds