Searched refs:gl_source (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 854 GLenum gl_source = debug_source_enums[source]; local in function:log_msg_locked_and_unlock 866 callback(gl_source, gl_type, id, gl_severity, len, buf, data); 1106 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type, argument 1111 enum mesa_debug_source source = gl_enum_to_debug_source(gl_source); 1129 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, 1134 || gl_source == GL_DONT_CARE)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 839 GLenum gl_source = debug_source_enums[source]; local in function:log_msg_locked_and_unlock 851 callback(gl_source, gl_type, id, gl_severity, len, buf, data); 1091 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type, argument 1096 enum mesa_debug_source source = gl_enum_to_debug_source(gl_source); 1114 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, 1119 || gl_source == GL_DONT_CARE)) {
|
Completed in 6 milliseconds