Lines Matching defs:xpos
129 GLint xpos, GLint ypos, GLint width, GLint height,
139 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
188 GLint xpos, GLint ypos, GLint width, GLint height,
210 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
219 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
284 GLint xpos, GLint ypos, GLint width, GLint height)
293 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
314 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
398 GLint xpos, ypos, width, height;
410 xpos = ctx->DrawBuffer->_Xmin;
418 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE);
423 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE);
428 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE);
432 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE);
435 accum_return(ctx, value, xpos, ypos, width, height);