Lines Matching defs:ypos
130 GLint xpos, GLint ypos, GLint width, GLint height,
140 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height,
189 GLint xpos, GLint ypos, GLint width, GLint height,
211 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height,
220 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height,
285 GLint xpos, GLint ypos, GLint width, GLint height)
294 _mesa_map_renderbuffer(ctx, accRb, xpos, ypos, width, height,
315 _mesa_map_renderbuffer(ctx, colorRb, xpos, ypos, width, height,
399 GLint xpos, ypos, width, height;
412 ypos = ctx->DrawBuffer->_Ymin;
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);