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_context.c277 ctx->dhglrc = handle; in stw_create_context_attribs()
281 if (!ctx->dhglrc) in stw_create_context_attribs()
284 return ctx->dhglrc; in stw_create_context_attribs()
299 DrvDeleteContext(DHGLRC dhglrc) in DrvDeleteContext() argument
308 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()
309 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
334 DrvReleaseContext(DHGLRC dhglrc) in DrvReleaseContext() argument
342 ctx = stw_lookup_context_locked( dhglrc ); in DrvReleaseContext()
371 return ctx->dhglrc; in stw_get_current_context()
389 stw_make_current(HDC hdc, DHGLRC dhglrc) in stw_make_current() argument
[all …]
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()
Dstw_device.h89 stw_lookup_context_locked( DHGLRC dhglrc ) in stw_lookup_context_locked() argument
91 if (dhglrc == 0 || stw_dev == NULL) in stw_lookup_context_locked()
93 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
Dstw_device.c150 DHGLRC dhglrc; in stw_cleanup() local
162 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()
164 if (dhglrc) { in stw_cleanup()
Dstw_context.h40 DHGLRC dhglrc; member
61 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_ext_rendertexture.c169 retVal = stw_make_current(dc, curctx->dhglrc); in wglBindTexImageARB()
182 retVal = stw_make_current(prevDrawable, curctx->dhglrc); in wglBindTexImageARB()
Dstw_icd.h534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,