Lines Matching refs:height
106 GLint x, GLint y, GLint width, GLint height)
119 x, xrb->Base.Base.Height - y - height,
120 width, height );
126 GLint x, GLint y, GLint width, GLint height)
136 for (j = 0; j < height; j++) {
148 GLint x, GLint y, GLint width, GLint height)
158 for (j = 0; j < height; j++) {
166 for (j = 0; j < height; j++) {
181 GLint x, GLint y, GLint width, GLint height)
196 if (width == xrb->Base.Base.Width && height == xrb->Base.Base.Height) {
198 const GLuint n = xrb->Base.Base.Width * xrb->Base.Base.Height;
213 for (j = 0; j < height; j++) {
225 GLint x, GLint y, GLint width, GLint height)
233 for (j = 0; j < height; j++) {
253 const GLint height = ctx->DrawBuffer->_Ymax - y;
273 b->frontxrb->clearFunc(ctx, b->frontxrb, x, y, width, height);
286 b->backxrb->clearFunc(ctx, b->backxrb, x, y, width, height);
341 GLint x, GLint y, GLsizei width, GLsizei height,
352 int h = height;
360 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1,
402 ximage.height = height;
425 _swrast_DrawPixels(ctx, x, y, width, height,
475 GLint x, GLint y, GLsizei width, GLsizei height,
486 int h = height;
494 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1,
535 ximage.height = height;
558 _swrast_DrawPixels(ctx, x, y, width, height,
608 GLint srcx, GLint srcy, GLsizei width, GLsizei height,
627 srcy = YFLIP(srcXrb, srcy) - height + 1;
628 desty = YFLIP(dstXrb, desty) - height + 1;
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );