Searched defs:dri_draw (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c347 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw, argument
355 if (dri_draw->driverPrivate != ctx->WinSysDrawBuffer)
356 update_framebuffer(dri_ctx, dri_draw,
359 if (dri_draw != dri_read &&
365 _mesa_make_current(ctx, dri_draw->driverPrivate,
425 __DRIdrawable *dri_draw = dri_ctx->driDrawablePriv; local
429 validate_framebuffer(dri_ctx, dri_draw,

Completed in 704 milliseconds