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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxinit.c96 int dmxDepth = 0; variable in typeref:typename:int
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]);
H A Ddmx.h279 extern int dmxDepth; /**< Requested depth if

Completed in 3 milliseconds