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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug_output.c113 static const GLenum debug_source_enums[] = { variable in typeref:typename:const GLenum[]
147 for (i = 0; i < ARRAY_SIZE(debug_source_enums); i++) {
148 if (debug_source_enums[i] == e)
854 GLenum gl_source = debug_source_enums[source];
1090 *sources++ = debug_source_enums[msg->source];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug_output.c113 static const GLenum debug_source_enums[] = { variable in typeref:typename:const GLenum[]
147 for (i = 0; i < ARRAY_SIZE(debug_source_enums); i++) {
148 if (debug_source_enums[i] == e)
839 GLenum gl_source = debug_source_enums[source];
1075 *sources++ = debug_source_enums[msg->source];

Completed in 4 milliseconds