Lines Matching defs:width
973 att_incomplete("teximage width/height=0");
1357 /* get width, height, format of the renderbuffer/texture
1471 /* Error-check width, height, format */
1481 /* check that width, height, format are same */
1484 fbo_incomplete(ctx, "width or height mismatch", -1);
1566 * "The width and height of image are greater than zero and less than or
1642 fbo_incomplete(ctx, "no attachments and default width or height is 0", -1);
1705 * width/height will be set to the smallest width/height.
2692 GLenum internalFormat, GLsizei width,
2699 assert(width >= 0 && width <= (GLsizei) ctx->Const.MaxRenderbufferSize);
2712 rb->Width == (GLuint) width &&
2727 if (rb->AllocStorage(ctx, rb, internalFormat, width, height)) {
2730 assert(rb->Width == (GLuint) width);
2760 GLenum internalFormat, GLsizei width,
2774 if (width < 0 || width > (GLsizei) ctx->Const.MaxRenderbufferSize) {
2775 _mesa_error(ctx, GL_INVALID_VALUE, "%s(invalid width %d)", func,
2776 width);
2815 _mesa_renderbuffer_storage(ctx, rb, internalFormat, width, height, samples,
2825 GLsizei width, GLsizei height, GLsizei samples,
2835 width, height);
2840 width, height, samples);
2851 renderbuffer_storage(ctx, rb, internalFormat, width, height, samples,
2862 GLsizei width, GLsizei height, GLsizei samples,
2873 width, height);
2879 width, height, samples);
2893 renderbuffer_storage(ctx, ctx->CurrentRenderbuffer, internalFormat, width,
2957 GLsizei width, GLsizei height)
2963 renderbuffer_storage_target(target, internalFormat, width, height,
2971 GLsizei width, GLsizei height)
2973 renderbuffer_storage_target(target, internalFormat, width, height,
2982 GLenum internalFormat, GLsizei width, GLsizei height)
2984 renderbuffer_storage_target(target, internalFormat, width, height,
2992 GLsizei width, GLsizei height)
2998 renderbuffer_storage_named(renderbuffer, internalformat, width, height,
3004 GLsizei width, GLsizei height)
3014 renderbuffer_storage(ctx, rb, internalformat, width, height, NO_SAMPLES,
3022 GLsizei width, GLsizei height)
3024 renderbuffer_storage_named(renderbuffer, internalformat, width, height,
3033 GLsizei width, GLsizei height)
3043 renderbuffer_storage(ctx, rb, internalformat, width, height,
3052 GLenum internalformat, GLsizei width, GLsizei height)
3054 renderbuffer_storage_named(renderbuffer, internalformat, width, height,
5163 GLsizei width, GLsizei height, const char *name)
5169 * "An INVALID_VALUE error is generated if numAttachments, width, or
5178 if (width < 0) {
5180 "%s(width < 0)", name);
5399 GLint y, GLsizei width, GLsizei height)
5408 GLsizei width, GLsizei height)
5422 x, y, width, height,
5432 GLsizei width, GLsizei height)
5451 x, y, width, height,
5494 * <width>, <height> equal to 0, 0, <MAX_VIEWPORT_DIMS[0]>,
5537 * <width>, <height> equal to 0, 0, <MAX_VIEWPORT_DIMS[0]>,