Lines Matching refs:callerName

1800                                 GLuint dimensions, const char *callerName)  in texture_format_error_check_gles()  argument
1807 callerName, _mesa_enum_to_string(format), in texture_format_error_check_gles()
2186 bool dsa, const char *callerName) in texsubimage_error_check() argument
2193 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s()", callerName); in texsubimage_error_check()
2199 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level=%d)", callerName, level); in texsubimage_error_check()
2205 callerName)) { in texsubimage_error_check()
2213 callerName, level); in texsubimage_error_check()
2221 callerName, _mesa_enum_to_string(format), in texsubimage_error_check()
2238 dimensions, callerName)) { in texsubimage_error_check()
2245 INT_MAX, pixels, callerName)) { in texsubimage_error_check()
2251 width, height, depth, callerName)) { in texsubimage_error_check()
2258 "%s(no compression for format)", callerName); in texsubimage_error_check()
2268 "%s(integer/non-integer format mismatch)", callerName); in texsubimage_error_check()
3342 const char *callerName) in texsubimage_err() argument
3361 pixels, false, callerName)) { in texsubimage_err()
3410 const char *callerName, bool no_error) in texturesubimage() argument
3426 texObj = _mesa_lookup_texture_err(ctx, texture, callerName); in texturesubimage()
3437 callerName, _mesa_enum_to_string(texObj->Target)); in texturesubimage()
3444 pixels, true, callerName)) { in texturesubimage()
3521 const char *callerName) in texturesubimage_error() argument
3524 width, height, depth, format, type, pixels, callerName, in texturesubimage_error()
3535 const char *callerName) in texturesubimage_no_error() argument
3538 width, height, depth, format, type, pixels, callerName, in texturesubimage_no_error()
4765 const GLvoid *data, const char *callerName) in compressed_subtexture_error_check() argument
4772 _mesa_error(ctx, GL_INVALID_ENUM, "%s(format)", callerName); in compressed_subtexture_error_check()
4777 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level=%d)", callerName, level); in compressed_subtexture_error_check()
4783 imageSize, data, callerName)) { in compressed_subtexture_error_check()
4789 &ctx->Unpack, callerName)) { in compressed_subtexture_error_check()
4795 _mesa_error(ctx, GL_INVALID_VALUE, "%s(size=%d)", callerName, imageSize); in compressed_subtexture_error_check()
4802 callerName, level); in compressed_subtexture_error_check()
4808 callerName, _mesa_enum_to_string(format)); in compressed_subtexture_error_check()
4814 callerName, _mesa_enum_to_string(format)); in compressed_subtexture_error_check()
4819 depth, callerName)) { in compressed_subtexture_error_check()
4825 callerName)) { in compressed_subtexture_error_check()