Lines Matching full:free
2 * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
5 * Permission is hereby granted, free of charge, to any person obtaining a
77 free(cl->returnBuf); in ResetClientState()
78 free(cl->currentContexts); in ResetClientState()
79 free(cl->currentDrawables); in ResetClientState()
80 free(cl->largeCmdBuf); in ResetClientState()
91 free(cl->GLClientextensions); in ResetClientState()
99 ** flag that the ID is no longer valid, and (maybe) free the context.
114 ** Free a client's state.
125 ** Free all the contexts that are current for this client. in ClientGone()
137 ** Re-initialize the client state structure. Don't free it because in ClientGone()
148 ** Free a GLX Pixmap.
158 ** The DestroyPixmap routine should decrement the refcount and free in __glXFreeGLXPixmap()
162 free(pGlxPixmap->be_xids); in __glXFreeGLXPixmap()
163 free(pGlxPixmap); in __glXFreeGLXPixmap()
192 free(pGlxWindow); in __glXFreeGLXWindow()
207 free(pGlxPbuffer->be_xids); in __glXFreeGLXPbuffer()
208 free(pGlxPbuffer); in __glXFreeGLXPbuffer()
220 ** Free a context.
228 free(cx->feedbackBuf); in __glXFreeContext()
229 free(cx->selectBuf); in __glXFreeContext()
230 free(cx->real_ids); in __glXFreeContext()
231 free(cx->real_vids); in __glXFreeContext()
269 free(cx); in __glXFreeContext()
399 free(cl); in __glXDispatch()
453 free(cl); in __glXSwapDispatch()