Lines Matching defs:xpos
130 GLint xpos, GLint ypos, GLint width, GLint height,
140 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
189 GLint xpos, GLint ypos, GLint width, GLint height,
211 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
220 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
285 GLint xpos, GLint ypos, GLint width, GLint height)
294 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
315 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
399 GLint xpos, ypos, width, height;
411 xpos = ctx->DrawBuffer->_Xmin;
419 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE);
424 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE);
429 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE);
433 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE);
436 accum_return(ctx, value, xpos, ypos, width, height);