Lines Matching refs:caller
920 const char *caller)
926 _mesa_error(ctx, GL_INVALID_VALUE, "%s(xoffset = %d)", caller, xoffset);
931 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset);
936 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset);
941 _mesa_error(ctx, GL_INVALID_VALUE, "%s(width = %d)", caller, width);
946 _mesa_error(ctx, GL_INVALID_VALUE, "%s(height = %d)", caller, height);
951 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth = %d)", caller, depth);
960 "%s(1D, yoffset = %d)", caller, yoffset);
965 "%s(1D, height = %d)", caller, height);
974 "%s(zoffset = %d)", caller, zoffset);
979 "%s(depth = %d)", caller, depth);
989 "%s(zoffset + depth = %d)", caller, zoffset + depth);
1007 caller, xoffset, width, imageWidth);
1014 caller, yoffset, height, imageHeight);
1023 caller, zoffset, depth, imageDepth);
1036 "%s(xoffset = %d)", caller, xoffset);
1042 "%s(yoffset = %d)", caller, yoffset);
1049 "%s(zoffset = %d)", caller, zoffset);
1059 "%s(width = %d)", caller, width);
1066 "%s(height = %d)", caller, height);
1073 "%s(depth = %d)", caller, depth);
1081 * caller simply returns.
1099 const char *caller)
1107 "%s(out of bounds PBO access)", caller);
1111 caller, clientMemSize);
1120 "%s(PBO is mapped)", caller);
1141 GLenum format, const char *caller)
1159 "%s(format mismatch)", caller);
1166 "%s(format mismatch)", caller);
1172 "%s(format=GL_STENCIL_INDEX)", caller);
1179 "%s(format mismatch)", caller);
1185 "%s(format mismatch)", caller);
1191 "%s(format mismatch)", caller);
1198 "%s(format mismatch)", caller);
1216 GLvoid *pixels, const char *caller)
1222 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1228 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level = %d)", caller, level);
1234 _mesa_error(ctx, err, "%s(format/type)", caller);
1250 "%s(cube incomplete)", caller);
1268 GLvoid *pixels, const char *caller)
1275 format, type, bufSize, pixels, caller)) {
1281 * caller simply returns.
1287 format, type, bufSize, pixels, caller)) {
1292 if (teximage_error_check(ctx, texImage, format, caller)) {
1311 GLvoid *pixels, const char *caller)
1318 format, type, bufSize, pixels, caller)) {
1324 width, height, depth, caller)) {
1329 format, type, bufSize, pixels, caller)) {
1334 if (teximage_error_check(ctx, texImage, format, caller)) {
1383 * \param caller name of calling function
1392 GLvoid *pixels, const char *caller)
1411 caller, texObj->Name,
1458 const char *caller)
1475 format, type, bufSize, pixels, caller)) {
1481 format, type, pixels, caller);
1490 static const char *caller = "glGetnTexImageARB";
1493 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller);
1498 bufSize, pixels, caller);
1507 static const char *caller = "glGetTexImage";
1510 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller);
1515 INT_MAX, pixels, caller);
1524 static const char *caller = "glGetTextureImage";
1526 _mesa_lookup_texture_err(ctx, texture, caller);
1533 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
1538 bufSize, pixels, caller);
1547 static const char *caller = "glGetTextureImageEXT";
1550 false, true, caller);
1557 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller);
1562 INT_MAX, pixels, caller);
1572 static const char *caller = "glGetMultiTexImageEXT";
1578 caller);
1585 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
1594 format, type, INT_MAX, pixels, caller)) {
1600 format, type, pixels, caller);
1612 static const char *caller = "glGetTextureSubImage";
1614 _mesa_lookup_texture_err(ctx, texture, caller);
1622 "%s(buffer/multisample texture)", caller);
1629 format, type, bufSize, pixels, caller)) {
1635 format, type, pixels, caller);
1676 const char *caller)
1686 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1693 "%s(bad level = %d)", caller, level);
1699 width, height, depth, caller)) {
1708 "%s(texture is not compressed)", caller);
1716 caller)) {
1731 "%s(out of bounds PBO access)", caller);
1737 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(PBO is mapped)", caller);
1746 caller, bufSize);
1770 const char *caller)
1786 caller, texObj->Name,
1837 static const char *caller = "glGetnCompressedTexImageARB";
1842 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller);
1853 INT_MAX, pixels, caller)) {
1859 pixels, caller);
1867 static const char *caller = "glGetCompressedTexImage";
1872 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller);
1884 INT_MAX, pixels, caller)) {
1890 pixels, caller);
1901 static const char *caller = "glGetCompressedTextureImageEXT";
1904 false, true, caller);
1911 INT_MAX, pixels, caller)) {
1917 pixels, caller);
1928 static const char *caller = "glGetCompressedMultiTexImageEXT";
1933 caller);
1940 INT_MAX, pixels, caller)) {
1946 pixels, caller);
1955 static const char *caller = "glGetCompressedTextureImage";
1958 _mesa_lookup_texture_err(ctx, texture, caller);
1969 bufSize, pixels, caller)) {
1975 pixels, caller);
1987 static const char *caller = "glGetCompressedTextureImage";
1990 texObj = _mesa_lookup_texture_err(ctx, texture, caller);
1998 bufSize, pixels, caller)) {
2005 pixels, caller);