Searched refs:WinSysDrawBuffer (Results 1 – 14 of 14) sorted by relevance
1167 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()1294 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()1625 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()1641 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()1655 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()1665 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
335 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()568 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()
2555 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()2817 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()4004 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()4055 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()4238 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()4300 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()
613 drawFb = ctx->WinSysDrawBuffer; in _mesa_BlitNamedFramebuffer()
4408 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
113 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in update_window_rectangles()
331 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
167 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
771 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
1399 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()
347 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
712 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
752 XMesaBuffer xmdrawbuf = XMESA_BUFFER(ctx->WinSysDrawBuffer); in xmesa_viewport()
407 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()