Searched refs:WinSysDrawBuffer (Results 1 – 14 of 14) sorted by relevance
355 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer_no_error()375 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()635 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers_no_error()656 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()
1177 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()1314 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()1667 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()1683 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()1700 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()1714 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
2639 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()2911 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()4208 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()4259 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()4451 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()4521 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()
682 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
4750 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
117 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
333 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
167 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
1029 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
1401 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()
345 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
718 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
756 XMesaBuffer xmdrawbuf = XMESA_BUFFER(ctx->WinSysDrawBuffer); in xmesa_viewport()
426 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()