Home
last modified time | relevance | path

Searched refs:driContext (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c78 __DRIcontext *driContext; member
132 (*screen->core->destroyContext) (context->driContext); in __glXDRIcontextDestroy()
145 return (*screen->core->bindContext) (context->driContext, in __glXDRIcontextMakeCurrent()
155 return (*screen->core->unbindContext) (context->driContext); in __glXDRIcontextLoseCurrent()
166 return (*screen->core->copyContext) (dst->driContext, in __glXDRIcontextCopy()
167 src->driContext, mask); in __glXDRIcontextCopy()
183 (*texBuffer->setTexBuffer2) (context->driContext, in __glXDRIbindTexImage()
189 texBuffer->setTexBuffer(context->driContext, in __glXDRIbindTexImage()
227 driShare = shareContext->driContext; in __glXDRIscreenCreateContext()
243 context->driContext = in __glXDRIscreenCreateContext()
H A Dglxdri2.c80 __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()
[all …]