Lines Matching full:callerstr
900 const char *callerstr, GLenum source, GLenum type,
964 "(source=0x%x, type=0x%x, severity=0x%x)", callerstr,
972 validate_length(struct gl_context *ctx, const char *callerstr, GLsizei length,
982 "GL_MAX_DEBUG_MESSAGE_LENGTH=%d)", callerstr, len,
991 "GL_MAX_DEBUG_MESSAGE_LENGTH=%d)", callerstr, length,
1006 const char *callerstr;
1009 callerstr = "glDebugMessageInsert";
1011 callerstr = "glDebugMessageInsertKHR";
1013 if (!validate_params(ctx, INSERT, callerstr, source, type, severity))
1016 if (!validate_length(ctx, callerstr, length, buf))
1041 const char *callerstr;
1045 callerstr = "glGetDebugMessageLog";
1047 callerstr = "glGetDebugMessageLogKHR";
1055 callerstr, logSize);
1114 const char *callerstr;
1118 callerstr = "glDebugMessageControl";
1120 callerstr = "glDebugMessageControlKHR";
1124 "%s(count=%d : count must not be negative)", callerstr,
1129 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
1138 callerstr);
1177 const char *callerstr;
1182 callerstr = "glPushDebugGroup";
1184 callerstr = "glPushDebugGroupKHR";
1192 "(source=0x%x)", callerstr, source);
1196 if (!validate_length(ctx, callerstr, length, message))
1208 _mesa_error(ctx, GL_STACK_OVERFLOW, "%s", callerstr);
1235 const char *callerstr;
1240 callerstr = "glPopDebugGroup";
1242 callerstr = "glPopDebugGroupKHR";
1250 _mesa_error(ctx, GL_STACK_UNDERFLOW, "%s", callerstr);