Home
last modified time | relevance | path

Searched defs:wmesa_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesadef.h12 struct wmesa_context { struct
13 struct gl_context gl_ctx; /* The core GL/Mesa context */
14 HDC hDC;
15 COLORREF clearColorRef;
16 HPEN clearPen;
17 HBRUSH clearBrush;
Dwmesa.c99 static WMesaContext wmesa_context(const struct gl_context *ctx) in wmesa_context() function