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

/xsrc/external/mit/libXmu/dist/src/
H A DXct.c78 #define HasGR 4 macro
594 (bits & HasGR))
609 bits |= HasGR;
623 if (bits & (HasGL|HasGR)) {
628 if ((data->flags & XctShiftMultiGRToGL) && (bits & HasGR))
631 if ((bits == (HasGL|HasGR)) ||
641 } else if (bits == HasGR) {
650 if ((bits & HasGR) &&

Completed in 3 milliseconds