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.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) context; in wglCreateContextAttribsARB()
183 share_dhglrc = (DHGLRC) hShareContext; in wglCreateContextAttribsARB()
204 DHGLRC dhglrc = 0; in wglMakeContextCurrentARB()
Dstw_wgl.c60 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
61 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
86 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
114 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
225 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
226 (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.h93 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked()
Dstw_device.c175 DHGLRC dhglrc; in stw_cleanup()