Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dframebuffer.c346 if (ctx->WinSysDrawBuffer) { in _mesa_resizebuffers()
348 struct gl_framebuffer *buffer = ctx->WinSysDrawBuffer; in _mesa_resizebuffers()
363 && ctx->WinSysReadBuffer != ctx->WinSysDrawBuffer) { in _mesa_resizebuffers()
Dcontext.c931 ctx->WinSysDrawBuffer = NULL; in _mesa_initialize_context()
1110 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()
1428 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current()
1444 (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) && in _mesa_make_current()
1462 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
Dmtypes.h3400 struct gl_framebuffer *WinSysDrawBuffer; /**< set with MakeCurrent */ member
Dfbobject.c1792 newDrawFb = ctx->WinSysDrawBuffer; in _mesa_BindFramebufferEXT()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c230 WMesaFramebuffer pwfb = wmesa_framebuffer(ctx->WinSysDrawBuffer); in wmesa_flush()
964 wmesa_get_buffer_size(ctx->WinSysDrawBuffer, &new_width, &new_height); in wmesa_viewport()
969 wmesa_resize_buffers(ctx, ctx->WinSysDrawBuffer, new_width, new_height); in wmesa_viewport()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c355 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer) in nouveau_context_make_current()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c623 struct gl_framebuffer *draw = ctx->WinSysDrawBuffer; in viewport()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c719 stdraw = st_framebuffer_reuse_or_create(st->ctx->WinSysDrawBuffer, in st_api_make_current()
/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.c447 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()