Searched defs:config_management_t (Results 1 – 1 of 1) sorted by relevance
823 struct config_management_t { struct824 GLint key;825 bool (*match)(GLint reqValue, GLint confValue);826 static bool atLeast(GLint reqValue, GLint confValue) { in atLeast()829 static bool exact(GLint reqValue, GLint confValue) { in exact()832 static bool mask(GLint reqValue, GLint confValue) { in mask()835 static bool ignore(GLint /*reqValue*/, GLint /*confValue*/) { in ignore()