Home
last modified time | relevance | path

Searched refs:DHGLRC (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h40 DHGLRC dhglrc;
51 DHGLRC stw_create_context_attribs(HDC hdc, INT iLayerPlane,
52 DHGLRC hShareContext,
55 DHGLRC handle);
57 DHGLRC stw_get_current_context( void );
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_context.c64 DrvCopyContext(DHGLRC dhrcSource, DHGLRC dhrcDest, UINT fuMask) in DrvCopyContext()
93 DrvShareLists(DHGLRC dhglrc1, DHGLRC dhglrc2) in DrvShareLists()
119 DHGLRC APIENTRY
126 DHGLRC APIENTRY
161 DHGLRC
162 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext, in stw_create_context_attribs()
165 DHGLRC handle) in stw_create_context_attribs()
305 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); in stw_create_context_attribs()
330 DrvDeleteContext(DHGLRC dhglrc) in DrvDeleteContext()
365 DrvReleaseContext(DHGLRC dhglrc) in DrvReleaseContext()
[all …]
Dstw_ext_context.c172 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB()
182 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB()
183 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
204 DHGLRC dhglrc = 0; in wglMakeContextCurrentARB()
Dstw_wgl.c61 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
62 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
87 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
115 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
224 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
225 (DHGLRC)(UINT_PTR)hglrc2); in wglShareLists()
Dgldrv.h384 typedef ULONG DHGLRC; typedef
393 typedef DHGLRC (APIENTRY *PFN_GETDHGLRC)(HGLRC hrc);
473 BOOL APIENTRY DrvCopyContext(DHGLRC, DHGLRC, UINT);
474 DHGLRC APIENTRY DrvCreateContext(HDC);
475 DHGLRC APIENTRY DrvCreateLayerContext(HDC, int);
476 BOOL APIENTRY DrvDeleteContext(DHGLRC);
477 PGLCLTPROCTABLE APIENTRY DrvSetContext(HDC,DHGLRC,PFN_SETPROCTABLE);
478 BOOL APIENTRY DrvReleaseContext(DHGLRC);
480 BOOL APIENTRY DrvShareLists(DHGLRC, DHGLRC);
497 DHGLRC APIENTRY DrvCreateDirectDrawContext(HDC, LPDIRECTDRAWSURFACE,
Dstw_device.h97 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked()
Dstw_device.c188 DHGLRC dhglrc; in stw_cleanup()