Searched refs:__GLXcontext (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
728 return ((__GLXcontext *) context)->xid;
H A Dglxapi.h45 } __GLXcontext; typedef in typeref:struct:__GLXcontextRec
H A Dfakeglx.c91 * Note that a pointer to a __GLXcontext is a pointer to a fake_glx_context,
99 __GLXcontext glxContext; /* this MUST be first! */
1402 ((__GLXcontext *) ctx)->currentDpy = dpy;
1403 ((__GLXcontext *) ctx)->currentDrawable = draw;
1404 ((__GLXcontext *) ctx)->currentReadable = read;

Completed in 274 milliseconds