Lines Matching defs:dhglrc
303 assert(ctx->dhglrc == 0);
324 ctx->dhglrc = handle;
328 return ctx->dhglrc;
344 DrvDeleteContext(DHGLRC dhglrc)
353 ctx = stw_lookup_context_locked(dhglrc);
354 handle_table_remove(stw_dev->ctx_table, dhglrc);
391 DrvReleaseContext(DHGLRC dhglrc)
399 ctx = stw_lookup_context_locked( dhglrc );
415 return ctx->dhglrc;
588 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc)
590 struct stw_context *ctx = stw_lookup_context(dhglrc);
591 if (dhglrc && !ctx) {
996 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable)
1000 if (!stw_make_current_by_handles(hdc, hdc, dhglrc))