Home
last modified time | relevance | path

Searched refs:dhglrc (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_context.c172 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()
Dstw_context.c308 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 …]
Dstw_device.h93 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()
Dstw_device.c175 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()
Dstw_context.h40 DHGLRC dhglrc; member
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_ext_rendertexture.c176 retVal = stw_make_current(dc, dc, curctx->dhglrc); in wglBindTexImageARB()
189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc); in wglBindTexImageARB()
Dstw_icd.h534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,