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