Lines Matching defs:driContext
82 __DRIcontext *driContext;
248 (*screen->core->destroyContext)(context->driContext);
261 return (*screen->core->bindContext)(context->driContext,
272 return (*screen->core->unbindContext)(context->driContext);
283 return (*screen->core->copyContext)(dst->driContext,
284 src->driContext, mask);
295 return (*screen->core->bindContext)(context->driContext,
328 (*texBuffer->setTexBuffer2)(context->driContext,
335 texBuffer->setTexBuffer(context->driContext,
403 driShare = shareContext->driContext;
419 context->driContext =
423 if (context->driContext == NULL) {