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