HomeSort by relevance Sort by last modified time
    Searched refs:ctx_table (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.c 110 stw_dev->ctx_table = handle_table_create();
111 if (!stw_dev->ctx_table) {
159 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table);
167 handle_table_destroy(stw_dev->ctx_table);
203 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
stw_device.h 69 struct handle_table *ctx_table; member in struct:stw_device
stw_context.c 221 ctx->dhglrc = handle_table_add(stw_dev->ctx_table, ctx);
248 handle_table_remove(stw_dev->ctx_table, dhglrc);

Completed in 25 milliseconds