Lines Matching refs:xpos
190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
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,
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,
455 GLint xpos, ypos, width, height;
465 xpos = ctx->DrawBuffer->_Xmin;
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);