Lines Matching defs:driContext
80 __DRIcontext *driContext;
246 (*screen->core->destroyContext) (context->driContext);
259 return (*screen->core->bindContext) (context->driContext,
269 return (*screen->core->unbindContext) (context->driContext);
280 return (*screen->core->copyContext) (dst->driContext,
281 src->driContext, mask);
317 (*texBuffer->setTexBuffer2) (context->driContext,
323 texBuffer->setTexBuffer(context->driContext,
450 context->driContext = NULL;
492 context->driContext =
529 context->driContext =
549 driShare = shareContext->driContext;
570 if (context->driContext == NULL) {