Searched refs:dhglrc (Results 1 – 4 of 4) sorted by relevance
221 ctx->dhglrc = handle_table_add(stw_dev->ctx_table, ctx); in stw_create_context_attribs()223 if (!ctx->dhglrc) in stw_create_context_attribs()226 return ctx->dhglrc; in stw_create_context_attribs()238 DHGLRC dhglrc ) in DrvDeleteContext() argument247 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()248 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()269 DHGLRC dhglrc ) in DrvReleaseContext() argument277 ctx = stw_lookup_context_locked( dhglrc ); in DrvReleaseContext()306 return ctx->dhglrc; in stw_get_current_context()324 DHGLRC dhglrc ) in stw_make_current() argument[all …]
147 DHGLRC dhglrc; in stw_cleanup() local159 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()161 if (dhglrc) { in stw_cleanup()195 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() argument197 if (dhglrc == 0) in stw_lookup_context_locked()203 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
39 DHGLRC dhglrc; member53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
534 DHGLRC dhglrc );574 DHGLRC dhglrc );584 DHGLRC dhglrc,