Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcontext.c1167 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()
1294 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()
1625 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()
1641 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()
1655 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()
1665 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
Dbuffers.c335 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()
568 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()
Dfbobject.c2555 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()
2817 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()
4004 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()
4055 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()
4238 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()
4300 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()
Dblit.c613 drawFb = ctx->WinSysDrawBuffer; in _mesa_BlitNamedFramebuffer()
Dmtypes.h4408 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c113 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in update_window_rectangles()
Dst_cb_clear.c331 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
Dst_cb_blit.c167 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
Dst_manager.c771 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
Dst_cb_drawpixels.c1399 if (ctx->DrawBuffer != ctx->WinSysDrawBuffer) in blit_copy_pixels()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c347 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c712 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c752 XMesaBuffer xmdrawbuf = XMESA_BUFFER(ctx->WinSysDrawBuffer); in xmesa_viewport()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c407 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()