Lines Matching defs:caller
863 * \param caller Name of calling function for recording errors.
872 bool mappedRange, const char *caller)
875 _mesa_error(ctx, GL_INVALID_VALUE, "%s(size < 0)", caller);
880 _mesa_error(ctx, GL_INVALID_VALUE, "%s(offset < 0)", caller);
886 "%s(offset %lu + size %lu > buffer size %lu)", caller,
900 caller);
908 caller);
926 * \param caller Name of calling function for recording errors.
937 const char *caller)
945 "%s(invalid internalformat)", caller);
956 "%s(integer vs non-integer)", caller);
962 "%s(format is not a color format)", caller);
969 "%s(invalid format or type)", caller);
986 * \param caller Name of calling function for recording errors.
995 const GLvoid *data, const char *caller)
1005 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s", caller);
1344 const char *caller, bool no_error)
1349 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(non-gen name)", caller);
1359 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s", caller);
1467 const char *caller)
1474 "%s(non-existent buffer object %u)", caller, buffer);
1494 * This function assumes that the caller has already locked the
1501 GLuint index, const char *caller,
1526 caller, index, buffers[index]);
1617 * The caller is responsible for validating the offset,
1645 const char *caller,
1658 bufObj = _mesa_multi_bind_lookup_bufferobj(ctx, buffers, idx, caller,
2806 * \param subdata true if caller is *SubData, false if *Data
3594 /* The caller passes the reference to this function, so unreference it. */
4318 const char *caller)
4322 "%s(target=GL_UNIFORM_BUFFER)", caller);
4336 caller, first, count,
4347 const char *caller)
4351 "%s(target=GL_SHADER_STORAGE_BUFFER)", caller);
4365 caller, first, count,
4403 const char *caller)
4405 if (!error_check_bind_uniform_buffers(ctx, first, count, caller))
4491 set_buffer_multi_binding(ctx, buffers, i, caller,
4506 const char *caller)
4508 if (!error_check_bind_shader_storage_buffers(ctx, first, count, caller))
4594 set_buffer_multi_binding(ctx, buffers, i, caller,
4606 GLuint first, GLsizei count, const char *caller)
4610 "%s(target=GL_TRANSFORM_FEEDBACK_BUFFER)", caller);
4628 "transform feedback is active)", caller);
4642 caller, first, count,
4671 const char *caller)
4676 if (!error_check_bind_xfb_buffers(ctx, tfObj, first, count, caller))
4772 bufObj = _mesa_multi_bind_lookup_bufferobj(ctx, buffers, i, caller,
4789 const char *caller)
4793 "%s(target=GL_ATOMIC_COUNTER_BUFFER)", caller);
4807 caller, first, count, ctx->Const.MaxAtomicBufferBindings);
4834 const char *caller)
4836 if (!error_check_bind_atomic_buffers(ctx, first, count, caller))
4919 set_buffer_multi_binding(ctx, buffers, i, caller,