Searched refs:WinSysDrawBuffer (Results 1 – 10 of 10) sorted by relevance
371 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer_no_error()391 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferDrawBufferEXT()410 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()682 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferDrawBuffersEXT()697 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers_no_error()718 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()1020 fb = ctx->WinSysDrawBuffer; in _mesa_FramebufferReadBufferEXT()
988 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()1113 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()1472 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()1508 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()1522 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
3282 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()3536 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()4946 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()4976 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameterivEXT()5005 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferParameteri()5049 fb = ctx->WinSysDrawBuffer; in lookup_named_framebuffer_ext_dsa()5083 fb = ctx->WinSysDrawBuffer; in _mesa_GetFramebufferParameterivEXT()5132 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()5448 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()5526 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()[all …]
474 if (drawFB != ctx->WinSysDrawBuffer) in do_blit_framebuffer()966 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
3316 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
121 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
383 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
926 save_drawbuffer = save_ctx->WinSysDrawBuffer; in st_destroy_context()
1214 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
1644 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()