Home
last modified time | relevance | path

Searched refs:WinSysDrawBuffer (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dbuffers.c371 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()
Dcontext.c988 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()
Dfbobject.c3282 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 …]
Dblit.c474 if (drawFB != ctx->WinSysDrawBuffer) in do_blit_framebuffer()
966 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
Dmtypes.h3316 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c121 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
Dst_cb_clear.c383 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
Dst_context.c926 save_drawbuffer = save_ctx->WinSysDrawBuffer; in st_destroy_context()
Dst_manager.c1214 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
Dst_cb_drawpixels.c1644 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()