Lines Matching defs:con
35 static void shader_info(struct rbug_connection *con, rbug_context_t ctx)
43 rbug_send_shader_list(con, ctx, NULL);
46 header = rbug_get_message(con, NULL);
52 rbug_send_shader_info(con, ctx, list->shaders[i], NULL);
54 header = rbug_get_message(con, NULL);
85 struct rbug_connection *con = rbug_from_socket(c);
91 assert(con);
95 rbug_send_context_list(con, NULL);
98 header = rbug_get_message(con, NULL);
104 shader_info(con, list->contexts[i]);
108 rbug_disconnect(con);