Searched defs:config_management_t (Results 1 – 1 of 1) sorted by relevance
784 struct config_management_t { struct785 GLint key;786 bool (*match)(GLint reqValue, GLint confValue);787 static bool atLeast(GLint reqValue, GLint confValue) { in atLeast()790 static bool exact(GLint reqValue, GLint confValue) { in exact()793 static bool mask(GLint reqValue, GLint confValue) { in mask()796 static bool ignore(GLint /*reqValue*/, GLint /*confValue*/) { in ignore()