Searched refs:DHGLRC (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.h | 39 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 );
|
D | stw_context.c | 63 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 …]
|
D | stw_wgl.c | 56 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()
|
D | stw_icd.h | 44 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 …]
|
D | stw_device.c | 147 DHGLRC dhglrc; in stw_cleanup() 195 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked()
|
D | stw_device.h | 80 stw_lookup_context_locked( DHGLRC hglrc );
|
D | stw_ext_context.c | 119 (DHGLRC) (UINT_PTR) hShareContext, in wglCreateContextAttribsARB()
|