Searched refs:dhglrc (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_context.c | 172 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB() local 176 dhglrc = stw_dev->callbacks.pfnGetDhglrc(context); in wglCreateContextAttribsARB() 182 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB() 189 dhglrc); in wglCreateContextAttribsARB() 204 DHGLRC dhglrc = 0; in wglMakeContextCurrentARB() local 208 dhglrc = stw_dev->callbacks.pfnGetDhglrc(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 | 97 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() argument 99 if (dhglrc == 0 || stw_dev == NULL) in stw_lookup_context_locked() 101 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
|
D | stw_context.h | 40 DHGLRC dhglrc; member 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_device.c | 188 DHGLRC dhglrc; in stw_cleanup() local 200 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup() 202 if (dhglrc) { in stw_cleanup()
|
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()
|