Home
last modified time | relevance | path

Searched defs:config_management_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Degl.cpp784 struct config_management_t { struct
785 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()