Lines Matching refs:baseContext
241 __glXDRIcontextDestroy(__GLXcontext * baseContext) in __glXDRIcontextDestroy() argument
243 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext; in __glXDRIcontextDestroy()
252 __glXDRIcontextMakeCurrent(__GLXcontext * baseContext) in __glXDRIcontextMakeCurrent() argument
254 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext; in __glXDRIcontextMakeCurrent()
255 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv; in __glXDRIcontextMakeCurrent()
256 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv; in __glXDRIcontextMakeCurrent()
264 __glXDRIcontextLoseCurrent(__GLXcontext * baseContext) in __glXDRIcontextLoseCurrent() argument
266 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext; in __glXDRIcontextLoseCurrent()
285 __glXDRIcontextWait(__GLXcontext * baseContext, in __glXDRIcontextWait() argument
291 ret = DRI2WaitSwap(cl->client, baseContext->drawPriv->pDraw); in __glXDRIcontextWait()
306 __glXDRIbindTexImage(__GLXcontext * baseContext, in __glXDRIbindTexImage() argument
311 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext; in __glXDRIbindTexImage()
331 __glXDRIreleaseTexImage(__GLXcontext * baseContext, in __glXDRIreleaseTexImage() argument