Searched defs:rbug_connection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_connection.c30 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)
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c30 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)

Completed in 83 milliseconds