Lines Matching refs:ID
50 GLuint ID;
180 * Handles generating a GL_ARB_debug_output message ID generated by the GL or
183 * The GL API has this "ID" mechanism, where the intention is to allow a
184 * client to filter in/out messages based on source, type, and ID. Of course,
187 * static storage where the ID should get stored. This ID will be shared
290 copy->ID = elem->ID;
313 if (tmp->ID == id) {
333 elem->ID = id;
393 if (elem->ID == id) {
543 * Sets the state of the given message source/type/ID tuple.
607 * Returns if the given message source/type/ID tuple is enabled.