Lines Matching refs:DHGLRC
64 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()
406 DHGLRC
588 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current_by_handles()
996 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable) in DrvSetContext()