Lines Matching defs:height
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.
2693 GLsizei height, GLsizei samples,
2700 assert(height >= 0 && height <= (GLsizei) ctx->Const.MaxRenderbufferSize);
2713 rb->Height == (GLuint) height &&
2727 if (rb->AllocStorage(ctx, rb, internalFormat, width, height)) {
2731 assert(rb->Height == (GLuint) height);
2761 GLsizei height, GLsizei samples, GLsizei storageSamples,
2780 if (height < 0 || height > (GLsizei) ctx->Const.MaxRenderbufferSize) {
2781 _mesa_error(ctx, GL_INVALID_VALUE, "%s(invalid height %d)", func,
2782 height);
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);
2894 height, samples, storageSamples, func);
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)
5170 * height is negative."
5184 if (height < 0) {
5186 "%s(height < 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]>,