Searched defs:__con (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_core.c | 40 int rbug_send_noop(struct rbug_connection *__con, in rbug_send_noop() 75 int rbug_send_ping(struct rbug_connection *__con, in rbug_send_ping() 110 int rbug_send_error(struct rbug_connection *__con, in rbug_send_error() 148 int rbug_send_ping_reply(struct rbug_connection *__con, in rbug_send_ping_reply() 186 int rbug_send_error_reply(struct rbug_connection *__con, in rbug_send_error_reply()
|
D | rbug_context.c | 40 int rbug_send_context_list(struct rbug_connection *__con, in rbug_send_context_list() 75 int rbug_send_context_info(struct rbug_connection *__con, in rbug_send_context_info() 113 int rbug_send_context_draw_block(struct rbug_connection *__con, in rbug_send_context_draw_block() 154 int rbug_send_context_draw_step(struct rbug_connection *__con, in rbug_send_context_draw_step() 195 int rbug_send_context_draw_unblock(struct rbug_connection *__con, in rbug_send_context_draw_unblock() 236 int rbug_send_context_draw_rule(struct rbug_connection *__con, in rbug_send_context_draw_rule() 289 int rbug_send_context_flush(struct rbug_connection *__con, in rbug_send_context_flush() 327 int rbug_send_context_list_reply(struct rbug_connection *__con, in rbug_send_context_list_reply() 369 int rbug_send_context_info_reply(struct rbug_connection *__con, in rbug_send_context_info_reply() 430 int rbug_send_context_draw_blocked(struct rbug_connection *__con, in rbug_send_context_draw_blocked()
|
D | rbug_shader.c | 40 int rbug_send_shader_list(struct rbug_connection *__con, in rbug_send_shader_list() 78 int rbug_send_shader_info(struct rbug_connection *__con, in rbug_send_shader_info() 119 int rbug_send_shader_disable(struct rbug_connection *__con, in rbug_send_shader_disable() 163 int rbug_send_shader_replace(struct rbug_connection *__con, in rbug_send_shader_replace() 208 int rbug_send_shader_list_reply(struct rbug_connection *__con, in rbug_send_shader_list_reply() 250 int rbug_send_shader_info_reply(struct rbug_connection *__con, in rbug_send_shader_info_reply()
|
D | rbug_texture.c | 42 int rbug_send_texture_list(struct rbug_connection *__con, in rbug_send_texture_list() 77 int rbug_send_texture_info(struct rbug_connection *__con, in rbug_send_texture_info() 115 int rbug_send_texture_write(struct rbug_connection *__con, in rbug_send_texture_write() 181 int rbug_send_texture_read(struct rbug_connection *__con, in rbug_send_texture_read() 240 int rbug_send_texture_list_reply(struct rbug_connection *__con, in rbug_send_texture_list_reply() 282 int rbug_send_texture_info_reply(struct rbug_connection *__con, in rbug_send_texture_info_reply() 363 int rbug_send_texture_read_reply(struct rbug_connection *__con, in rbug_send_texture_read_reply()
|