/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_connection.h | 35 struct rbug_connection * rbug_from_socket(int socket); 37 void rbug_disconnect(struct rbug_connection *c); 39 struct rbug_header * rbug_get_message(struct rbug_connection *c, uint32_t *serial);
|
rbug_connection.c | 30 struct rbug_connection struct 44 struct rbug_connection * 47 struct rbug_connection *c = CALLOC_STRUCT(rbug_connection); 56 rbug_disconnect(struct rbug_connection *c) 70 rbug_get_message(struct rbug_connection *c, uint32_t *serial) 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) 146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_t size) 158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial)
|
rbug_core.h | 76 int rbug_send_noop(struct rbug_connection *__con, 79 int rbug_send_ping(struct rbug_connection *__con, 82 int rbug_send_error(struct rbug_connection *__con, 86 int rbug_send_ping_reply(struct rbug_connection *__con, 90 int rbug_send_error_reply(struct rbug_connection *__con,
|
rbug_shader.h | 93 int rbug_send_shader_list(struct rbug_connection *__con, 97 int rbug_send_shader_info(struct rbug_connection *__con, 102 int rbug_send_shader_disable(struct rbug_connection *__con, 108 int rbug_send_shader_replace(struct rbug_connection *__con, 115 int rbug_send_shader_list_reply(struct rbug_connection *__con, 121 int rbug_send_shader_info_reply(struct rbug_connection *__con,
|
rbug_context.h | 131 int rbug_send_context_list(struct rbug_connection *__con, 134 int rbug_send_context_info(struct rbug_connection *__con, 138 int rbug_send_context_draw_block(struct rbug_connection *__con, 143 int rbug_send_context_draw_step(struct rbug_connection *__con, 148 int rbug_send_context_draw_unblock(struct rbug_connection *__con, 153 int rbug_send_context_draw_rule(struct rbug_connection *__con, 162 int rbug_send_context_flush(struct rbug_connection *__con, 166 int rbug_send_context_list_reply(struct rbug_connection *__con, 172 int rbug_send_context_info_reply(struct rbug_connection *__con, 185 int rbug_send_context_draw_blocked(struct rbug_connection *__con [all...] |
rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length); 40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size); 41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
|
rbug_texture.h | 125 int rbug_send_texture_list(struct rbug_connection *__con, 128 int rbug_send_texture_info(struct rbug_connection *__con, 132 int rbug_send_texture_write(struct rbug_connection *__con, 146 int rbug_send_texture_read(struct rbug_connection *__con, 157 int rbug_send_texture_list_reply(struct rbug_connection *__con, 163 int rbug_send_texture_info_reply(struct rbug_connection *__con, 181 int rbug_send_texture_read_reply(struct rbug_connection *__con,
|
rbug_proto.h | 92 struct rbug_connection;
|
rbug_core.c | 40 int rbug_send_noop(struct rbug_connection *__con, 75 int rbug_send_ping(struct rbug_connection *__con, 110 int rbug_send_error(struct rbug_connection *__con, 148 int rbug_send_ping_reply(struct rbug_connection *__con, 186 int rbug_send_error_reply(struct rbug_connection *__con,
|
rbug_context.c | 40 int rbug_send_context_list(struct rbug_connection *__con, 75 int rbug_send_context_info(struct rbug_connection *__con, 113 int rbug_send_context_draw_block(struct rbug_connection *__con, 154 int rbug_send_context_draw_step(struct rbug_connection *__con, 195 int rbug_send_context_draw_unblock(struct rbug_connection *__con, 236 int rbug_send_context_draw_rule(struct rbug_connection *__con, 289 int rbug_send_context_flush(struct rbug_connection *__con, 327 int rbug_send_context_list_reply(struct rbug_connection *__con, 369 int rbug_send_context_info_reply(struct rbug_connection *__con, 430 int rbug_send_context_draw_blocked(struct rbug_connection *__con [all...] |
rbug_shader.c | 40 int rbug_send_shader_list(struct rbug_connection *__con, 78 int rbug_send_shader_info(struct rbug_connection *__con, 119 int rbug_send_shader_disable(struct rbug_connection *__con, 163 int rbug_send_shader_replace(struct rbug_connection *__con, 208 int rbug_send_shader_list_reply(struct rbug_connection *__con, 250 int rbug_send_shader_info_reply(struct rbug_connection *__con,
|
rbug_texture.c | 40 int rbug_send_texture_list(struct rbug_connection *__con, 75 int rbug_send_texture_info(struct rbug_connection *__con, 113 int rbug_send_texture_write(struct rbug_connection *__con, 179 int rbug_send_texture_read(struct rbug_connection *__con, 238 int rbug_send_texture_list_reply(struct rbug_connection *__con, 280 int rbug_send_texture_info_reply(struct rbug_connection *__con, 354 int rbug_send_texture_read_reply(struct rbug_connection *__con,
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_connection.h | 35 struct rbug_connection * rbug_from_socket(int socket); 37 void rbug_disconnect(struct rbug_connection *c); 39 struct rbug_header * rbug_get_message(struct rbug_connection *c, uint32_t *serial);
|
rbug_connection.c | 30 struct rbug_connection struct 44 struct rbug_connection * 47 struct rbug_connection *c = CALLOC_STRUCT(rbug_connection); 56 rbug_disconnect(struct rbug_connection *c) 70 rbug_get_message(struct rbug_connection *c, uint32_t *serial) 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) 146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_t size) 158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial)
|
rbug_core.h | 76 int rbug_send_noop(struct rbug_connection *__con, 79 int rbug_send_ping(struct rbug_connection *__con, 82 int rbug_send_error(struct rbug_connection *__con, 86 int rbug_send_ping_reply(struct rbug_connection *__con, 90 int rbug_send_error_reply(struct rbug_connection *__con,
|
rbug_shader.h | 93 int rbug_send_shader_list(struct rbug_connection *__con, 97 int rbug_send_shader_info(struct rbug_connection *__con, 102 int rbug_send_shader_disable(struct rbug_connection *__con, 108 int rbug_send_shader_replace(struct rbug_connection *__con, 115 int rbug_send_shader_list_reply(struct rbug_connection *__con, 121 int rbug_send_shader_info_reply(struct rbug_connection *__con,
|
rbug_context.h | 131 int rbug_send_context_list(struct rbug_connection *__con, 134 int rbug_send_context_info(struct rbug_connection *__con, 138 int rbug_send_context_draw_block(struct rbug_connection *__con, 143 int rbug_send_context_draw_step(struct rbug_connection *__con, 148 int rbug_send_context_draw_unblock(struct rbug_connection *__con, 153 int rbug_send_context_draw_rule(struct rbug_connection *__con, 162 int rbug_send_context_flush(struct rbug_connection *__con, 166 int rbug_send_context_list_reply(struct rbug_connection *__con, 172 int rbug_send_context_info_reply(struct rbug_connection *__con, 185 int rbug_send_context_draw_blocked(struct rbug_connection *__con [all...] |
rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length); 40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size); 41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
|
rbug_texture.h | 125 int rbug_send_texture_list(struct rbug_connection *__con, 128 int rbug_send_texture_info(struct rbug_connection *__con, 132 int rbug_send_texture_write(struct rbug_connection *__con, 146 int rbug_send_texture_read(struct rbug_connection *__con, 157 int rbug_send_texture_list_reply(struct rbug_connection *__con, 163 int rbug_send_texture_info_reply(struct rbug_connection *__con, 181 int rbug_send_texture_read_reply(struct rbug_connection *__con,
|
rbug_proto.h | 92 struct rbug_connection;
|
rbug_core.c | 40 int rbug_send_noop(struct rbug_connection *__con, 75 int rbug_send_ping(struct rbug_connection *__con, 110 int rbug_send_error(struct rbug_connection *__con, 148 int rbug_send_ping_reply(struct rbug_connection *__con, 186 int rbug_send_error_reply(struct rbug_connection *__con,
|
rbug_context.c | 40 int rbug_send_context_list(struct rbug_connection *__con, 75 int rbug_send_context_info(struct rbug_connection *__con, 113 int rbug_send_context_draw_block(struct rbug_connection *__con, 154 int rbug_send_context_draw_step(struct rbug_connection *__con, 195 int rbug_send_context_draw_unblock(struct rbug_connection *__con, 236 int rbug_send_context_draw_rule(struct rbug_connection *__con, 289 int rbug_send_context_flush(struct rbug_connection *__con, 327 int rbug_send_context_list_reply(struct rbug_connection *__con, 369 int rbug_send_context_info_reply(struct rbug_connection *__con, 430 int rbug_send_context_draw_blocked(struct rbug_connection *__con [all...] |
rbug_shader.c | 40 int rbug_send_shader_list(struct rbug_connection *__con, 78 int rbug_send_shader_info(struct rbug_connection *__con, 119 int rbug_send_shader_disable(struct rbug_connection *__con, 163 int rbug_send_shader_replace(struct rbug_connection *__con, 208 int rbug_send_shader_list_reply(struct rbug_connection *__con, 250 int rbug_send_shader_info_reply(struct rbug_connection *__con,
|
rbug_texture.c | 40 int rbug_send_texture_list(struct rbug_connection *__con, 75 int rbug_send_texture_info(struct rbug_connection *__con, 113 int rbug_send_texture_write(struct rbug_connection *__con, 179 int rbug_send_texture_read(struct rbug_connection *__con, 238 int rbug_send_texture_list_reply(struct rbug_connection *__con, 280 int rbug_send_texture_info_reply(struct rbug_connection *__con, 354 int rbug_send_texture_read_reply(struct rbug_connection *__con,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_core.c | 56 struct rbug_connection *con;
|