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