Lines Matching defs:drawFb
2783 struct gl_framebuffer *drawFb;
2791 drawFb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
2792 if (drawFb == NULL)
2796 _mesa_bind_framebuffers(ctx, drawFb, ctx->ReadBuffer);
2847 _mesa_reference_framebuffer(&drawFb, NULL);
3534 struct gl_framebuffer *drawFb;
3537 drawFb = ctx->Driver.NewFramebuffer(ctx, 0xDEADBEEF);
3538 if (drawFb == NULL)
3541 _mesa_bind_framebuffers(ctx, drawFb, ctx->ReadBuffer);
3554 _mesa_reference_framebuffer(&drawFb, NULL);