Searched refs:dhglrc (Results 1 – 7 of 7) sorted by relevance
277 ctx->dhglrc = handle; in stw_create_context_attribs()281 if (!ctx->dhglrc) in stw_create_context_attribs()284 return ctx->dhglrc; in stw_create_context_attribs()299 DrvDeleteContext(DHGLRC dhglrc) in DrvDeleteContext() argument308 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()309 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()334 DrvReleaseContext(DHGLRC dhglrc) in DrvReleaseContext() argument342 ctx = stw_lookup_context_locked( dhglrc ); in DrvReleaseContext()371 return ctx->dhglrc; in stw_get_current_context()389 stw_make_current(HDC hdc, DHGLRC dhglrc) in stw_make_current() argument[all …]
172 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB() local176 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(context); in wglCreateContextAttribsARB()182 dhglrc = (DHGLRC) context; in wglCreateContextAttribsARB()189 dhglrc); in wglCreateContextAttribsARB()
89 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() argument91 if (dhglrc == 0 || stw_dev == NULL) in stw_lookup_context_locked()93 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
150 DHGLRC dhglrc; in stw_cleanup() local162 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()164 if (dhglrc) { in stw_cleanup()
40 DHGLRC dhglrc; member61 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
169 retVal = stw_make_current(dc, curctx->dhglrc); in wglBindTexImageARB()182 retVal = stw_make_current(prevDrawable, curctx->dhglrc); in wglBindTexImageARB()
534 DHGLRC dhglrc );574 DHGLRC dhglrc );584 DHGLRC dhglrc,