Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c221 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() argument
247 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()
248 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
269 DHGLRC dhglrc ) in DrvReleaseContext() argument
277 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 …]
Dstw_device.c147 DHGLRC dhglrc; in stw_cleanup() local
159 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() argument
197 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()
Dstw_context.h39 DHGLRC dhglrc; member
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_icd.h534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_context.c221 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() argument
247 ctx = stw_lookup_context_locked(dhglrc); in DrvDeleteContext()
248 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
269 DHGLRC dhglrc ) in DrvReleaseContext() argument
277 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 …]
Dstw_device.c147 DHGLRC dhglrc; in stw_cleanup() local
159 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() argument
197 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()
Dstw_context.h39 DHGLRC dhglrc; member
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_icd.h534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,