Home
last modified time | relevance | path

Searched refs:ctx_table (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.c112 stw_dev->ctx_table = handle_table_create(); in stw_init()
113 if (!stw_dev->ctx_table) { in stw_init()
162 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()
170 handle_table_destroy(stw_dev->ctx_table); in stw_cleanup()
Dstw_device.h68 struct handle_table *ctx_table; member
93 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
Dstw_context.c270 handle_table_set(stw_dev->ctx_table, (unsigned) handle, ctx); in stw_create_context_attribs()
274 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); in stw_create_context_attribs()
309 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()