HomeSort by relevance Sort by last modified time
    Searched full:dri_draw (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 347 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw,
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,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 347 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw,
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 1774 milliseconds