Searched refs:__GLXcontextRec (Results 1 – 4 of 4) sorted by relevance
23 struct __GLXcontextRec; // Forward declaration from GLX.h.24 typedef struct __GLXcontextRec *GLXContext;
39 typedef struct __GLXcontextRec { struct
178 typedef struct __GLXcontextRec *GLXContext;
76 struct __GLXcontextRec struct1056 glxCtx = CALLOC_STRUCT(__GLXcontextRec); in create_context()