Searched refs:WinSysDrawBuffer (Results 1 – 15 of 15) sorted by relevance
374 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer_no_error()394 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferDrawBufferEXT()413 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()687 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferDrawBuffersEXT()702 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers_no_error()723 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()1014 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferReadBufferEXT()
1188 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()1327 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()1699 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()1715 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()1735 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()1749 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
3088 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()3353 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()4763 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()4793 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameterivEXT()4822 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferParameteri()4866 fb = ctx->WinSysDrawBuffer; in lookup_named_framebuffer_ext_dsa()4900 fb = ctx->WinSysDrawBuffer; in _mesa_GetFramebufferParameterivEXT()4949 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()5239 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()5317 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()[all …]
682 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
4980 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
121 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
169 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
389 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
1087 save_drawbuffer = save_ctx->WinSysDrawBuffer; in st_destroy_context()
1064 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
1677 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()
345 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
723 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
756 XMesaBuffer xmdrawbuf = XMESA_BUFFER(ctx->WinSysDrawBuffer); in xmesa_viewport()
445 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()