Searched refs:ctx_table (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_device.h | 68 struct handle_table *ctx_table; member in struct:stw_device 97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
|
| H A D | stw_device.c | 131 stw_dev->ctx_table = handle_table_create(); 132 if (!stw_dev->ctx_table) { 188 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); 196 handle_table_destroy(stw_dev->ctx_table);
|
| H A D | stw_context.c | 301 handle_table_set(stw_dev->ctx_table, (unsigned) handle, ctx); 305 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); 340 handle_table_remove(stw_dev->ctx_table, dhglrc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_device.h | 72 struct handle_table *ctx_table; member in struct:stw_device 110 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
|
| H A D | stw_device.c | 145 stw_dev->ctx_table = handle_table_create(); 146 if (!stw_dev->ctx_table) { 224 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); 237 handle_table_destroy(stw_dev->ctx_table);
|
| H A D | stw_context.c | 313 handle_table_set(stw_dev->ctx_table, (unsigned) handle, ctx); 317 handle = (DHGLRC) handle_table_add(stw_dev->ctx_table, ctx); 350 handle_table_remove(stw_dev->ctx_table, dhglrc);
|
Completed in 9 milliseconds