Lines Matching defs:buf
217 GLsizei len, const char *buf)
224 length = strlen(buf);
228 (void) strncpy(msg->message, buf, (size_t)length);
614 * 'buf' is not necessarily a null-terminated string. When logging, copy
624 GLsizei len, const char *buf)
631 _mesa_log("Mesa debug output: %.*s\n", len, buf);
644 id, severity, len, buf);
907 GLint len, const char *buf)
930 callback(gl_source, gl_type, id, gl_severity, len, buf, data);
934 debug_log_message(ctx->Debug, source, type, id, severity, len, buf);
945 enum mesa_debug_severity severity, GLint len, const char *buf)
952 log_msg_locked_and_unlock(ctx, source, type, id, severity, len, buf);
1037 const GLchar *buf)
1041 GLsizei len = strlen(buf);
1067 const GLchar *buf)
1080 if (!validate_length(ctx, callerstr, length, buf))
1085 length = strlen(buf);
1090 length, buf);
1093 ctx->pipe->emit_string_marker(ctx->pipe, buf, length);