Lines Matching refs:baseContext
80 __glXAquaContextDestroy(__GLXcontext *baseContext);
82 __glXAquaContextMakeCurrent(__GLXcontext *baseContext);
84 __glXAquaContextLoseCurrent(__GLXcontext *baseContext);
193 __glXAquaContextDestroy(__GLXcontext *baseContext) in __glXAquaContextDestroy() argument
197 __GLXAquaContext *context = (__GLXAquaContext *)baseContext; in __glXAquaContextDestroy()
199 GLAQUA_DEBUG_MSG("glAquaContextDestroy (ctx %p)\n", baseContext); in __glXAquaContextDestroy()
221 __glXAquaContextLoseCurrent(__GLXcontext *baseContext) in __glXAquaContextLoseCurrent() argument
225 GLAQUA_DEBUG_MSG("glAquaLoseCurrent (ctx 0x%p)\n", baseContext); in __glXAquaContextLoseCurrent()
374 __glXAquaContextMakeCurrent(__GLXcontext *baseContext) in __glXAquaContextMakeCurrent() argument
377 __GLXAquaContext *context = (__GLXAquaContext *)baseContext; in __glXAquaContextMakeCurrent()
380 GLAQUA_DEBUG_MSG("glAquaMakeCurrent (ctx 0x%p)\n", baseContext); in __glXAquaContextMakeCurrent()