Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbuffers.c374 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()
Dcontext.c1188 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()
Dfbobject.c3088 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 …]
Dblit.c682 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
Dmtypes.h4980 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c121 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
Dst_cb_blit.c169 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
Dst_cb_clear.c389 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
Dst_context.c1087 save_drawbuffer = save_ctx->WinSysDrawBuffer; in st_destroy_context()
Dst_manager.c1064 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
Dst_cb_drawpixels.c1677 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c345 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c723 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c756 XMesaBuffer xmdrawbuf = XMESA_BUFFER(ctx->WinSysDrawBuffer); in xmesa_viewport()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c445 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()