Lines Matching defs:callerstr
964 const char *callerstr, GLenum source, GLenum type,
1028 "(source=0x%x, type=0x%x, severity=0x%x)", callerstr,
1036 validate_length(struct gl_context *ctx, const char *callerstr, GLsizei length,
1046 "GL_MAX_DEBUG_MESSAGE_LENGTH=%d)", callerstr, len,
1055 "GL_MAX_DEBUG_MESSAGE_LENGTH=%d)", callerstr, length,
1070 const char *callerstr;
1073 callerstr = "glDebugMessageInsert";
1075 callerstr = "glDebugMessageInsertKHR";
1077 if (!validate_params(ctx, INSERT, callerstr, source, type, severity))
1080 if (!validate_length(ctx, callerstr, length, buf))
1105 const char *callerstr;
1109 callerstr = "glGetDebugMessageLog";
1111 callerstr = "glGetDebugMessageLogKHR";
1119 callerstr, logSize);
1178 const char *callerstr;
1182 callerstr = "glDebugMessageControl";
1184 callerstr = "glDebugMessageControlKHR";
1188 "%s(count=%d : count must not be negative)", callerstr,
1193 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
1202 callerstr);
1241 const char *callerstr;
1246 callerstr = "glPushDebugGroup";
1248 callerstr = "glPushDebugGroupKHR";
1256 "(source=0x%x)", callerstr, source);
1260 if (!validate_length(ctx, callerstr, length, message))
1272 _mesa_error(ctx, GL_STACK_OVERFLOW, "%s", callerstr);
1299 const char *callerstr;
1304 callerstr = "glPopDebugGroup";
1306 callerstr = "glPopDebugGroupKHR";
1314 _mesa_error(ctx, GL_STACK_UNDERFLOW, "%s", callerstr);