Lines Matching defs:__GLXcontextRec
36 struct __GLXcontextRec { struct
40 struct __GLXcontextRec *last; argument
41 struct __GLXcontextRec *next; argument
47 ScreenPtr pScreen;
48 __GLXscreenInfo *pGlxScreen;
53 VisualRec *pVisual;
54 __GLXvisualConfig *pGlxVisual;
55 __GLXFBConfig *pFBConfig;
60 XID id;
61 XID *real_ids;
66 XID share_id;
71 VisualID vid;
72 VisualID *real_vids;
77 GLint screen;
82 GLboolean idExists;
87 GLboolean isCurrent;
92 GLfloat *feedbackBuf;
93 GLint feedbackBufSize; /* number of elements allocated */
94 GLuint *selectBuf;
95 GLint selectBufSize; /* number of elements allocated */
100 __GLXpixmap *pGlxPixmap;
101 __GLXpixmap *pGlxReadPixmap;
102 __glXWindow *pGlxWindow;
103 __glXWindow *pGlxReadWindow;
104 __glXPbuffer *pGlxPbuffer;
105 __glXPbuffer *pGlxReadPbuffer;