Lines Matching defs:con
33 static void shader_info(struct rbug_connection *con, rbug_context_t ctx)
40 rbug_send_shader_list(con, ctx, NULL);
42 header = rbug_get_message(con, NULL);
48 rbug_send_shader_info(con, ctx, list->shaders[i], NULL);
50 header = rbug_get_message(con, NULL);
68 struct rbug_connection *con = rbug_from_socket(c);
74 assert(con);
78 rbug_send_context_list(con, NULL);
81 header = rbug_get_message(con, NULL);
87 shader_info(con, list->contexts[i]);
91 rbug_disconnect(con);