Lines Matching defs:dri_context
213 __DRIcontext *dri_context;
219 dri_context = draw->vtable->get_dri_context(draw);
221 if (!dri_context || !draw->vtable->in_current_context(draw)) {
222 dri_context = loader_dri3_blit_context_get(draw);
227 if (dri_context)
228 draw->ext->image->blitImage(dri_context, dst, src, dstx0, dsty0,
235 return dri_context != NULL;
799 __DRIcontext *dri_context = draw->vtable->get_dri_context(draw);
801 if (dri_context) {
802 draw->ext->flush->flush_with_flags(dri_context, draw->dri_drawable,