Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h40 DHGLRC dhglrc;
58 DHGLRC stw_create_context_handle(struct stw_context *context, DHGLRC handle);
64 DHGLRC stw_get_current_context( void );
74 BOOL stw_make_current_by_handles( 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
135 DHGLRC ret = stw_create_context_handle(ctx, 0); in DrvCreateLayerContext()
300 DHGLRC
301 stw_create_context_handle(struct stw_context *ctx, DHGLRC handle) in stw_create_context_handle()
321 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); in stw_create_context_handle()
344 DrvDeleteContext(DHGLRC dhglrc) in DrvDeleteContext()
391 DrvReleaseContext(DHGLRC dhglrc) in DrvReleaseContext()
[all …]
Dstw_ext_context.c197 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB()
207 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB()
208 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
239 DHGLRC dhglrc = 0; in wglMakeContextCurrentARB()
Dstw_device.h107 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked()
129 stw_lookup_context( DHGLRC dhglrc ) in stw_lookup_context()
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.c215 DHGLRC dhglrc; in stw_cleanup()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c57 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
58 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
83 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
105 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
214 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
215 (DHGLRC)(UINT_PTR)hglrc2); in wglShareLists()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2133 - wgl: Pass share context as pointer instead of DHGLRC
2134 - wgl: Make contexts current with pointer instead of DHGLRC