Home | History | Annotate | Download | only in main

Lines Matching defs:xpos

177                     GLint xpos, GLint ypos, GLint width, GLint height,
187 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
235 GLint xpos, GLint ypos, GLint width, GLint height,
257 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
265 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
329 GLint xpos, GLint ypos, GLint width, GLint height)
338 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
359 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
442 GLint xpos, ypos, width, height;
452 xpos = ctx->DrawBuffer->_Xmin;
460 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE);
465 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE);
470 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE);
474 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE);
477 accum_return(ctx, value, xpos, ypos, width, height);