Lines Matching defs:drawFb
2816 struct gl_framebuffer *drawFb;
2824 drawFb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
2825 if (drawFb == NULL)
2829 _mesa_bind_framebuffers(ctx, drawFb, ctx->ReadBuffer);
2880 _mesa_reference_framebuffer(&drawFb, NULL);
3564 struct gl_framebuffer *drawFb;
3567 drawFb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
3568 if (drawFb == NULL)
3571 _mesa_bind_framebuffers(ctx, drawFb, ctx->ReadBuffer);
3584 _mesa_reference_framebuffer(&drawFb, NULL);