Home
last modified time | relevance | path

Searched refs:WMesaContext (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
Dwmesa.h71 typedef struct wmesa_context *WMesaContext; typedef
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
103 extern void WMesaDestroyContext( WMesaContext ctx );
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
116 extern WMesaContext WMesaGetCurrentContext( void );
133 void WMesaShareLists(WMesaContext ctx_to_share, WMesaContext ctx);
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c99 static WMesaContext wmesa_context(const struct gl_context *ctx) in wmesa_context()
101 return (WMesaContext) ctx; in wmesa_context()
257 WMesaContext pwc = wmesa_context(ctx); in clear()
440 WMesaContext pwc = wmesa_context(ctx); in write_rgba_span_front()
524 WMesaContext pwc = wmesa_context(ctx); in write_rgba_pixels_front()
542 WMesaContext pwc = wmesa_context(ctx); in read_rgba_span_front()
563 WMesaContext pwc = wmesa_context(ctx); in read_rgba_pixels_front()
1003 WMesaContext WMesaCreateContext(HDC hDC, in WMesaCreateContext()
1009 WMesaContext c; in WMesaCreateContext()
1118 void WMesaDestroyContext( WMesaContext pwc ) in WMesaDestroyContext()
[all …]
Dwgl.c143 WMesaContext ctx;
187 if ( wgl_ctx[i].ctx == (WMesaContext) hglrc ){ in wglDeleteContext()
188 WMesaMakeCurrent((WMesaContext) hglrc, NULL); in wglDeleteContext()
225 if ( wgl_ctx[i].ctx == (WMesaContext) hglrc ) { in wglMakeCurrent()
226 WMesaMakeCurrent( (WMesaContext) hglrc, hdc ); in wglMakeCurrent()
568 WMesaShareLists((WMesaContext)hglrc1, (WMesaContext)hglrc2); in wglShareLists()