Lines Matching refs:ypos
190 GLint xpos, GLint ypos, GLint width, GLint height, in accum_scale_or_bias() argument
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_scale_or_bias()
248 GLint xpos, GLint ypos, GLint width, GLint height, in accum_or_load() argument
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_or_load()
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_or_load()
342 GLint xpos, GLint ypos, GLint width, GLint height) in accum_return() argument
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_return()
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_return()
455 GLint xpos, ypos, width, height; in _mesa_accum() local
466 ypos = ctx->DrawBuffer->_Ymin; in _mesa_accum()
473 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE); in _mesa_accum()
478 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE); in _mesa_accum()
483 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE); in _mesa_accum()
487 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE); in _mesa_accum()
490 accum_return(ctx, value, xpos, ypos, width, height); in _mesa_accum()