Searched refs:dhglrc (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_context.c | 172 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB() local 176 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(context); in wglCreateContextAttribsARB() 182 dhglrc = (DHGLRC) context; in wglCreateContextAttribsARB() 189 dhglrc); in wglCreateContextAttribsARB() 204 DHGLRC dhglrc = 0; in wglMakeContextCurrentARB() local 208 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hglrc); in wglMakeContextCurrentARB() 211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
|
D | stw_context.c | 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 [all …]
|
D | stw_device.h | 93 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() argument 95 if (dhglrc == 0 || stw_dev == NULL) in stw_lookup_context_locked() 97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
|
D | stw_device.c | 175 DHGLRC dhglrc; in stw_cleanup() local 187 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup() 189 if (dhglrc) { in stw_cleanup()
|
D | stw_context.h | 40 DHGLRC dhglrc; member 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_ext_rendertexture.c | 176 retVal = stw_make_current(dc, dc, curctx->dhglrc); in wglBindTexImageARB() 189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc); in wglBindTexImageARB()
|
D | stw_icd.h | 534 DHGLRC dhglrc ); 574 DHGLRC dhglrc ); 584 DHGLRC dhglrc,
|