Lines Matching refs:ctx
481 _mesa_clip_drawpixels(const struct gl_context *ctx,
486 const struct gl_framebuffer *buffer = ctx->DrawBuffer;
492 assert(ctx->Pixel.ZoomX == 1.0F);
493 assert(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F);
508 if (ctx->Pixel.ZoomY == 1.0F) {
552 _mesa_clip_readpixels(const struct gl_context *ctx,
557 const struct gl_framebuffer *buffer = ctx->ReadBuffer;
614 _mesa_clip_copytexsubimage(const struct gl_context *ctx,
619 const struct gl_framebuffer *fb = ctx->ReadBuffer;
757 _mesa_clip_blit(struct gl_context *ctx,