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