Searched refs:oldDrawFb (Results 1 – 1 of 1) sorted by relevance
2653 struct gl_framebuffer *const oldDrawFb = ctx->DrawBuffer; in _mesa_bind_framebuffers() local2655 const bool bindDrawBuf = oldDrawFb != newDrawFb; in _mesa_bind_framebuffers()2686 if (oldDrawFb) in _mesa_bind_framebuffers()2687 check_end_texture_render(ctx, oldDrawFb); in _mesa_bind_framebuffers()