Home | History | Annotate | Download | only in main

Lines Matching defs:reason

1965  * \param reason  returns reason for error, if any
1982 char *reason = ""; /* no error */
1985 reason = "target";
1992 reason = "internalFormat";
2015 reason = "level";
2021 reason = "compressed paletted textures must be 2D";
2050 reason = "level";
2064 reason = "internalFormat";
2071 reason = "border != 0";
2078 reason = "width != height";
2092 reason = "invalid width, height or format";
2103 reason = "imageSize inconsistant with width/height/format";
2109 reason = "immutable texture";
2117 _mesa_error(ctx, error, "glCompressedTexImage%dD(%s)", dimensions, reason);