Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.h39 DHGLRC dhglrc;
46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
49 DHGLRC stw_get_current_context( void );
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_context.c63 DHGLRC dhrcSource, in DrvCopyContext()
64 DHGLRC dhrcDest, in DrvCopyContext()
94 DHGLRC dhglrc1, in DrvShareLists()
95 DHGLRC dhglrc2 ) in DrvShareLists()
117 DHGLRC APIENTRY
124 DHGLRC APIENTRY
133 DHGLRC
137 DHGLRC hShareContext, in stw_create_context_attribs()
238 DHGLRC dhglrc ) in DrvDeleteContext()
269 DHGLRC dhglrc ) in DrvReleaseContext()
[all …]
Dstw_wgl.c56 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
57 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
80 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
219 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
220 (DHGLRC)(UINT_PTR)hglrc2); in wglShareLists()
Dstw_icd.h44 typedef ULONG DHGLRC; typedef
476 DHGLRC (APIENTRY *wglCbGetDhglrc)(HGLRC hglrc);
519 DHGLRC dhrcSource,
520 DHGLRC dhrcDest,
523 DHGLRC APIENTRY
528 DHGLRC APIENTRY
534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,
602 DHGLRC dhglrc1,
[all …]
Dstw_device.c147 DHGLRC dhglrc; in stw_cleanup()
195 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked()
Dstw_device.h80 stw_lookup_context_locked( DHGLRC hglrc );
Dstw_ext_context.c119 (DHGLRC) (UINT_PTR) hShareContext, in wglCreateContextAttribsARB()