Lines Matching defs:caller
347 const char *caller)
355 shProg = _mesa_lookup_shader_program_err(ctx, program, caller);
359 sh = _mesa_lookup_shader_err(ctx, shader, caller);
373 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
385 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
423 create_shader_err(struct gl_context *ctx, GLenum type, const char *caller)
427 caller, _mesa_enum_to_string(type));
1496 const char *caller)
1500 "%s(program %u not linked)", caller, shProg->Name);
3494 const char *caller)
3497 _mesa_error(ctx, GL_INVALID_VALUE, "%s(NULL string)", caller);
3517 const char *caller = "glNamedStringARB";
3520 _mesa_error(ctx, GL_INVALID_VALUE, "%s(invalid type)", caller);
3524 char *name_cp = copy_string(ctx, name, namelen, caller);
3525 char *string_cp = copy_string(ctx, string, stringlen, caller);
3582 const char *caller = "glDeleteNamedStringARB";
3584 char *name_cp = copy_string(ctx, name, namelen, caller);
3593 "%s(no string associated with path %s)", caller, name_cp);
3613 const char *caller = "glCompileShaderIncludeARB";
3617 caller);
3630 caller);
3656 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(shader)", caller);
3696 const char *caller = "glGetNamedStringARB";
3698 char *name_cp = copy_string(ctx, name, namelen, caller);
3705 "%s(no string associated with path %s)", caller, name_cp);
3724 const char *caller = "glGetNamedStringivARB";
3726 char *name_cp = copy_string(ctx, name, namelen, caller);
3733 "%s(no string associated with path %s)", caller, name_cp);
3746 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname)", caller);