Searched defs:wmesa_context (Results 1 – 2 of 2) sorted by relevance
12 struct wmesa_context { struct13 struct gl_context gl_ctx; /* The core GL/Mesa context */14 HDC hDC;15 COLORREF clearColorRef;16 HPEN clearPen;17 HBRUSH clearBrush;
99 static WMesaContext wmesa_context(const struct gl_context *ctx) in wmesa_context() function