Lines Matching refs:callerName
1781 GLenum type, GLenum internalFormat, const char *callerName) in texture_format_error_check_gles() argument
1788 callerName, _mesa_enum_to_string(format), in texture_format_error_check_gles()
2170 const char *callerName) in texsubimage_error_check() argument
2177 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s()", callerName); in texsubimage_error_check()
2183 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level=%d)", callerName, level); in texsubimage_error_check()
2189 callerName)) { in texsubimage_error_check()
2197 callerName, level); in texsubimage_error_check()
2205 callerName, _mesa_enum_to_string(format), in texsubimage_error_check()
2213 callerName, in texsubimage_error_check()
2230 internalFormat, callerName)) { in texsubimage_error_check()
2237 INT_MAX, pixels, callerName)) { in texsubimage_error_check()
2243 width, height, depth, callerName)) { in texsubimage_error_check()
2250 "%s(no compression for format)", callerName); in texsubimage_error_check()
2260 "%s(integer/non-integer format mismatch)", callerName); in texsubimage_error_check()
3588 const char *callerName) in texsubimage_err() argument
3607 pixels, callerName)) { in texsubimage_err()
3656 const char *callerName, bool no_error, bool ext_dsa) in texturesubimage() argument
3673 texObj = _mesa_lookup_texture_err(ctx, texture, callerName); in texturesubimage()
3675 texObj = lookup_texture_ext_dsa(ctx, target, texture, callerName); in texturesubimage()
3687 callerName, _mesa_enum_to_string(texObj->Target)); in texturesubimage()
3694 pixels, callerName)) { in texturesubimage()
3771 const char *callerName, bool ext_dsa) in texturesubimage_error() argument
3775 callerName, false, ext_dsa); in texturesubimage_error()
3785 const char *callerName, bool ext_dsa) in texturesubimage_no_error() argument
3789 callerName, true, ext_dsa); in texturesubimage_no_error()
5387 const GLvoid *data, const char *callerName) in compressed_subtexture_error_check() argument
5411 _mesa_error(ctx, error, "%s(format)", callerName); in compressed_subtexture_error_check()
5416 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level=%d)", callerName, level); in compressed_subtexture_error_check()
5422 imageSize, data, callerName)) { in compressed_subtexture_error_check()
5428 &ctx->Unpack, callerName)) { in compressed_subtexture_error_check()
5434 _mesa_error(ctx, GL_INVALID_VALUE, "%s(size=%d)", callerName, imageSize); in compressed_subtexture_error_check()
5441 callerName, level); in compressed_subtexture_error_check()
5447 callerName, _mesa_enum_to_string(format)); in compressed_subtexture_error_check()
5453 callerName, _mesa_enum_to_string(format)); in compressed_subtexture_error_check()
5458 depth, callerName)) { in compressed_subtexture_error_check()
5464 callerName)) { in compressed_subtexture_error_check()