Home | History | Annotate | Download | only in main

Lines Matching refs:height

128    GLuint x, y, width, height;
144 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
146 ctx->Driver.MapRenderbuffer(ctx, accRb, x, y, width, height,
161 for (j = 0; j < height; j++) {
190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
213 for (j = 0; j < height; j++) {
223 for (j = 0; j < height; j++) {
248 GLint xpos, GLint ypos, GLint width, GLint height,
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
294 for (j = 0; j < height; j++) {
342 GLint xpos, GLint ypos, GLint width, GLint height)
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
388 for (j = 0; j < height; j++) {
455 GLint xpos, ypos, width, height;
468 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
473 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE);
478 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE);
483 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE);
487 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE);
490 accum_return(ctx, value, xpos, ypos, width, height);