Home | History | Annotate | Download | only in xlib

Lines Matching refs:xclass

658       const int xclass = v->visualType;
659 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) {
822 const int xclass = v->visualType;
823 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {