Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbuffers.c355 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer_no_error()
375 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffer()
635 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers_no_error()
656 fb = ctx->WinSysDrawBuffer; in _mesa_NamedFramebufferDrawBuffers()
Dcontext.c1177 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()
1314 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()
1667 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()
1683 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()
1700 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()
1714 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
Dfbobject.c2639 newDrawFb = ctx->WinSysDrawBuffer; in bind_framebuffer()
2911 fb = ctx->WinSysDrawBuffer; in _mesa_CheckNamedFramebufferStatus()
4208 buffer = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferAttachmentParameteriv()
4259 fb = ctx->WinSysDrawBuffer; in _mesa_GetNamedFramebufferParameteriv()
4451 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferSubData()
4521 fb = ctx->WinSysDrawBuffer; in _mesa_InvalidateNamedFramebufferData()
Dblit.c682 drawFb = ctx->WinSysDrawBuffer; in blit_named_framebuffer()
Dmtypes.h4750 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c117 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) { in st_update_window_rectangles()
Dst_cb_clear.c333 if (ctx->DrawBuffer == ctx->WinSysDrawBuffer) in is_window_rectangle_enabled()
Dst_cb_blit.c167 if (drawFB != ctx->WinSysDrawBuffer) in st_BlitFramebuffer()
Dst_manager.c1029 st->ctx->WinSysDrawBuffer, stdrawi); in st_api_make_current()
Dst_cb_drawpixels.c1401 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.c718 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.c426 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()