Lines Matching refs:ypos
129 GLint xpos, GLint ypos, GLint width, GLint height, in accum_scale_or_bias() argument
139 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_scale_or_bias()
187 GLint xpos, GLint ypos, GLint width, GLint height, in accum_or_load() argument
209 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_or_load()
217 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_or_load()
281 GLint xpos, GLint ypos, GLint width, GLint height) in accum_return() argument
290 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_return()
311 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_return()
394 GLint xpos, ypos, width, height; in accum() local
407 ypos = ctx->DrawBuffer->_Ymin; in accum()
414 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_TRUE); in accum()
419 accum_scale_or_bias(ctx, value, xpos, ypos, width, height, GL_FALSE); in accum()
424 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE); in accum()
428 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE); in accum()
431 accum_return(ctx, value, xpos, ypos, width, height); in accum()