Home
last modified time | relevance | path

Searched refs:__glXFreeContext (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.c107 __glXFreeContext(cx); in ContextGone()
132 __glXFreeContext(cx); in ClientGone()
223 __glXFreeContext(__GLXcontext * cx) in __glXFreeContext() function
H A Dglxext.h51 extern GLboolean __glXFreeContext(__GLXcontext * glxc);
H A Dglxcmds.c792 __glXFreeContext(glxc); in StopUsingContext()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c67 static GLboolean __glXFreeContext(__GLXcontext * cx);
82 __glXFreeContext(cx); in ContextGone()
171 __glXFreeContext(__GLXcontext * cx) in __glXFreeContext() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog39157 ClientStateGone, which calls __glXFreeContext() directly.
39165 Also make __glXFreeContext() static, as calling it directly leads to this
58275 __glXFreeContext(cx);
58324 v2: Explicitly call __glXFreeContext on the ClientStateGone path. Our