Lines Matching refs:dhglrc
308 ctx->dhglrc = handle; in stw_create_context_attribs()
312 if (!ctx->dhglrc) in stw_create_context_attribs()
315 return ctx->dhglrc; in stw_create_context_attribs()
330 DrvDeleteContext(DHGLRC dhglrc) in DrvDeleteContext() argument
339 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()
340 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
365 DrvReleaseContext(DHGLRC dhglrc) in DrvReleaseContext() argument
373 ctx = stw_lookup_context_locked( dhglrc ); in DrvReleaseContext()
402 return ctx->dhglrc; in stw_get_current_context()
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current() argument
442 if (old_ctx->dhglrc == dhglrc) { in stw_make_current()
460 if (dhglrc) { in stw_make_current()
464 ctx = stw_lookup_context_locked( dhglrc ); in stw_make_current()
946 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable) in DrvSetContext() argument
950 if (!stw_make_current(hdc, hdc, dhglrc)) in DrvSetContext()