Lines Matching defs:width
1415 * If width < 0 or height < 0 or format or type are invalid we'll just
1423 GLsizei width, GLsizei height, GLsizei depth,
1427 if (width <= 0 || height <= 0) {
1440 image = _mesa_unpack_image(dimensions, width, height, depth,
1447 else if (_mesa_validate_pbo_access(dimensions, unpack, width, height,
1463 image = _mesa_unpack_image(dimensions, width, height, depth,
1634 save_Bitmap(GLsizei width, GLsizei height,
1643 n[1].i = (GLint) width;
1650 unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX,
1654 CALL_Bitmap(ctx->Exec, (width, height,
2327 save_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
2336 n[3].i = (GLint) width;
2341 CALL_CopyPixels(ctx->Exec, (x, y, width, height, type));
2349 GLint x, GLint y, GLsizei width, GLint border)
2361 n[6].i = width;
2366 x, y, width, border));
2374 GLint x, GLint y, GLsizei width,
2387 n[6].i = width;
2393 x, y, width, height, border));
2401 GLint xoffset, GLint x, GLint y, GLsizei width)
2413 n[6].i = width;
2417 (target, level, xoffset, x, y, width));
2425 GLint x, GLint y, GLsizei width, GLint height)
2438 n[7].i = width;
2443 x, y, width, height));
2451 GLint x, GLint y, GLsizei width, GLint height)
2465 n[8].i = width;
2471 x, y, width, height));
2591 save_DrawPixels(GLsizei width, GLsizei height,
2601 n[1].i = width;
2606 unpack_image(ctx, 2, width, height, 1, format, type,
2610 CALL_DrawPixels(ctx->Exec, (width, height, format, type, pixels));
3043 save_LineWidth(GLfloat width)
3050 n[1].f = width;
3053 CALL_LineWidth(ctx->Exec, (width));
4021 save_Scissor(GLint x, GLint y, GLsizei width, GLsizei height)
4030 n[3].i = width;
4034 CALL_Scissor(ctx->Exec, (x, y, width, height));
4399 GLsizei width, GLint border,
4405 CALL_TexImage1D(ctx->Exec, (target, level, components, width,
4416 n[4].i = (GLint) width;
4421 unpack_image(ctx, 1, width, 1, 1, format, type,
4425 CALL_TexImage1D(ctx->Exec, (target, level, components, width,
4435 GLsizei width, GLsizei height, GLint border,
4441 CALL_TexImage2D(ctx->Exec, (target, level, components, width,
4452 n[4].i = (GLint) width;
4458 unpack_image(ctx, 2, width, height, 1, format, type,
4462 CALL_TexImage2D(ctx->Exec, (target, level, components, width,
4472 GLsizei width, GLsizei height, GLsizei depth,
4479 CALL_TexImage3D(ctx->Exec, (target, level, internalFormat, width,
4491 n[4].i = (GLint) width;
4498 unpack_image(ctx, 3, width, height, depth, format, type,
4502 CALL_TexImage3D(ctx->Exec, (target, level, internalFormat, width,
4512 GLsizei width, GLenum format, GLenum type,
4525 n[4].i = (GLint) width;
4529 unpack_image(ctx, 1, width, 1, 1, format, type,
4533 CALL_TexSubImage1D(ctx->Exec, (target, level, xoffset, width,
4542 GLsizei width, GLsizei height,
4556 n[5].i = (GLint) width;
4561 unpack_image(ctx, 2, width, height, 1, format, type,
4566 width, height, format, type, pixels));
4574 GLsizei width, GLsizei height, GLsizei depth,
4589 n[6].i = (GLint) width;
4595 unpack_image(ctx, 3, width, height, depth, format, type,
4601 width, height, depth, format, type,
4634 save_Viewport(GLint x, GLint y, GLsizei width, GLsizei height)
4643 n[3].i = (GLint) width;
4647 CALL_Viewport(ctx->Exec, (x, y, width, height));
4652 save_ViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat width,
4663 n[4].f = width;
4667 CALL_ViewportIndexedf(ctx->Exec, (index, x, y, width, height));
4708 save_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width,
4719 n[4].si = width;
4723 CALL_ScissorIndexed(ctx->Exec, (index, left, bottom, width, height));
5036 GLenum internalFormat, GLsizei width,
5044 width, border, imageSize,
5057 n[4].i = (GLint) width;
5065 (target, level, internalFormat, width,
5074 GLenum internalFormat, GLsizei width,
5082 width, height, border,
5095 n[4].i = (GLint) width;
5104 (target, level, internalFormat, width,
5113 GLenum internalFormat, GLsizei width,
5121 width, height, depth, border,
5134 n[4].i = (GLint) width;
5144 (target, level, internalFormat, width,
5154 GLsizei width, GLenum format,
5167 n[4].i = (GLint) width;
5175 width, format, imageSize,
5183 GLint yoffset, GLsizei width, GLsizei height,
5198 n[5].i = (GLint) width;
5207 (target, level, xoffset, yoffset, width,
5215 GLint yoffset, GLint zoffset, GLsizei width,
5231 n[6].i = (GLint) width;
5242 zoffset, width, height, depth, format,
9628 GLsizei width, GLint border,
9634 CALL_TextureImage1DEXT(ctx->Exec, (texture, target, level, components, width,
9646 n[5].i = (GLint) width;
9651 unpack_image(ctx, 1, width, 1, 1, format, type,
9655 CALL_TextureImage1DEXT(ctx->Exec, (texture, target, level, components, width,
9665 GLsizei width, GLsizei height, GLint border,
9671 CALL_TextureImage2DEXT(ctx->Exec, (texture, target, level, components, width,
9683 n[5].i = (GLint) width;
9689 unpack_image(ctx, 2, width, height, 1, format, type,
9693 CALL_TextureImage2DEXT(ctx->Exec, (texture, target, level, components, width,
9703 GLsizei width, GLsizei height, GLsizei depth,
9710 CALL_TextureImage3DEXT(ctx->Exec, (texture, target, level, internalFormat, width,
9723 n[5].i = (GLint) width;
9730 unpack_image(ctx, 3, width, height, depth, format, type,
9735 width, height, depth, border, format,
9744 GLsizei width, GLenum format, GLenum type,
9758 n[5].i = (GLint) width;
9762 unpack_image(ctx, 1, width, 1, 1, format, type,
9766 CALL_TextureSubImage1DEXT(ctx->Exec, (texture, target, level, xoffset, width,
9775 GLsizei width, GLsizei height,
9790 n[6].i = (GLint) width;
9795 unpack_image(ctx, 2, width, height, 1, format, type,
9800 width, height, format, type, pixels));
9808 GLsizei width, GLsizei height, GLsizei depth,
9824 n[7].i = (GLint) width;
9830 unpack_image(ctx, 3, width, height, depth, format, type,
9836 width, height, depth, format, type,
9844 GLsizei width, GLint border)
9857 n[7].i = width;
9863 width, border));
9870 GLint x, GLint y, GLsizei width,
9884 n[7].i = width;
9891 width, height, border));
9897 GLint xoffset, GLint x, GLint y, GLsizei width)
9910 n[7].i = width;
9914 (texture, target, level, xoffset, x, y, width));
9921 GLint x, GLint y, GLsizei width, GLint height)
9935 n[8].i = width;
9941 x, y, width, height));
9949 GLint x, GLint y, GLsizei width, GLint height)
9964 n[9].i = width;
9970 x, y, width, height));
10101 GLsizei width, GLint border,
10107 CALL_MultiTexImage1DEXT(ctx->Exec, (texunit, target, level, components, width,
10119 n[5].i = (GLint) width;
10124 unpack_image(ctx, 1, width, 1, 1, format, type,
10128 CALL_MultiTexImage1DEXT(ctx->Exec, (texunit, target, level, components, width,
10138 GLsizei width, GLsizei height, GLint border,
10144 CALL_MultiTexImage2DEXT(ctx->Exec, (texunit, target, level, components, width,
10156 n[5].i = (GLint) width;
10162 unpack_image(ctx, 2, width, height, 1, format, type,
10166 CALL_MultiTexImage2DEXT(ctx->Exec, (texunit, target, level, components, width,
10176 GLsizei width, GLsizei height, GLsizei depth,
10183 CALL_MultiTexImage3DEXT(ctx->Exec, (texunit, target, level, internalFormat, width,
10196 n[5].i = (GLint) width;
10203 unpack_image(ctx, 3, width, height, depth, format, type,
10208 width, height, depth, border, format,
10217 GLsizei width, GLenum format, GLenum type,
10231 n[5].i = (GLint) width;
10235 unpack_image(ctx, 1, width, 1, 1, format, type,
10239 CALL_MultiTexSubImage1DEXT(ctx->Exec, (texunit, target, level, xoffset, width,
10248 GLsizei width, GLsizei height,
10263 n[6].i = (GLint) width;
10268 unpack_image(ctx, 2, width, height, 1, format, type,
10273 width, height, format, type, pixels));
10281 GLsizei width, GLsizei height, GLsizei depth,
10297 n[7].i = (GLint) width;
10303 unpack_image(ctx, 3, width, height, depth, format, type,
10309 width, height, depth, format, type,
10318 GLsizei width, GLint border)
10331 n[7].i = width;
10337 width, border));
10345 GLint x, GLint y, GLsizei width,
10359 n[7].i = width;
10366 width, height, border));
10373 GLint xoffset, GLint x, GLint y, GLsizei width)
10386 n[7].i = width;
10390 (texunit, target, level, xoffset, x, y, width));
10398 GLint x, GLint y, GLsizei width, GLint height)
10412 n[8].i = width;
10418 x, y, width, height));
10426 GLint x, GLint y, GLsizei width, GLint height)
10441 n[9].i = width;
10447 x, y, width, height));
10520 GLenum internalFormat, GLsizei width,
10528 internalFormat, width,
10543 n[5].i = (GLint) width;
10552 width, border, imageSize, data));
10560 GLenum internalFormat, GLsizei width,
10568 internalFormat, width, height,
10582 n[5].i = (GLint) width;
10592 width, height, border, imageSize, data));
10600 GLenum internalFormat, GLsizei width,
10608 internalFormat, width,
10623 n[5].i = (GLint) width;
10634 width, height, depth, border, imageSize,
10643 GLsizei width, GLenum format,
10657 n[5].i = (GLint) width;
10665 width, format, imageSize, data));
10672 GLint yoffset, GLsizei width, GLsizei height,
10688 n[6].i = (GLint) width;
10698 width, height, format, imageSize, data));
10705 GLint yoffset, GLint zoffset, GLsizei width,
10722 n[7].i = (GLint) width;
10733 zoffset, width, height, depth, format,
10741 GLenum internalFormat, GLsizei width,
10749 internalFormat, width,
10764 n[5].i = (GLint) width;
10773 width, border, imageSize, data));
10781 GLenum internalFormat, GLsizei width,
10789 internalFormat, width, height,
10803 n[5].i = (GLint) width;
10813 width, height, border, imageSize, data));
10821 GLenum internalFormat, GLsizei width,
10829 internalFormat, width,
10844 n[5].i = (GLint) width;
10855 width, height, depth, border, imageSize,
10864 GLsizei width, GLenum format,
10878 n[5].i = (GLint) width;
10886 width, format, imageSize, data));
10893 GLint yoffset, GLsizei width, GLsizei height,
10909 n[6].i = (GLint) width;
10919 width, height, format, imageSize, data));
10926 GLint yoffset, GLint zoffset, GLsizei width,
10943 n[7].i = (GLint) width;
10954 zoffset, width, height, depth, format,
11633 n[4].i, /* width */
11648 n[4].i, /* width */
11664 n[4].i, /* width */
12970 n[5].i, /* width */
12986 n[5].i, /* width */
13003 n[5].i, /* width */
13123 n[5].i, /* width */
13139 n[5].i, /* width */
13156 n[5].i, /* width */