/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_context.c | 66 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST, __len); 104 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_INFO, __len); 145 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_BLOCK, __len); 186 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_STEP, __len); 227 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_UNBLOCK, __len); 280 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_RULE, __len); 318 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_FLUSH, __len); 360 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST_REPLY, __len); 421 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_INFO_REPLY, __len); 462 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_BLOCKED, __len) [all...] |
rbug_core.c | 66 rbug_connection_send_start(__con, RBUG_OP_NOOP, __len); 101 rbug_connection_send_start(__con, RBUG_OP_PING, __len); 139 rbug_connection_send_start(__con, RBUG_OP_ERROR, __len); 177 rbug_connection_send_start(__con, RBUG_OP_PING_REPLY, __len); 218 rbug_connection_send_start(__con, RBUG_OP_ERROR_REPLY, __len);
|
rbug_shader.c | 69 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST, __len); 110 rbug_connection_send_start(__con, RBUG_OP_SHADER_INFO, __len); 154 rbug_connection_send_start(__con, RBUG_OP_SHADER_DISABLE, __len); 199 rbug_connection_send_start(__con, RBUG_OP_SHADER_REPLACE, __len); 241 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST_REPLY, __len); 290 rbug_connection_send_start(__con, RBUG_OP_SHADER_INFO_REPLY, __len);
|
rbug_texture.c | 66 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST, __len); 104 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_INFO, __len); 170 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_WRITE, __len); 229 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_READ, __len); 271 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST_REPLY, __len); 345 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_INFO_REPLY, __len); 402 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_READ_REPLY, __len);
|
rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length);
|
rbug_connection.c | 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) function
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_context.c | 66 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST, __len); 104 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_INFO, __len); 145 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_BLOCK, __len); 186 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_STEP, __len); 227 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_UNBLOCK, __len); 280 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_RULE, __len); 318 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_FLUSH, __len); 360 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST_REPLY, __len); 421 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_INFO_REPLY, __len); 462 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_BLOCKED, __len) [all...] |
rbug_core.c | 66 rbug_connection_send_start(__con, RBUG_OP_NOOP, __len); 101 rbug_connection_send_start(__con, RBUG_OP_PING, __len); 139 rbug_connection_send_start(__con, RBUG_OP_ERROR, __len); 177 rbug_connection_send_start(__con, RBUG_OP_PING_REPLY, __len); 218 rbug_connection_send_start(__con, RBUG_OP_ERROR_REPLY, __len);
|
rbug_shader.c | 69 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST, __len); 110 rbug_connection_send_start(__con, RBUG_OP_SHADER_INFO, __len); 154 rbug_connection_send_start(__con, RBUG_OP_SHADER_DISABLE, __len); 199 rbug_connection_send_start(__con, RBUG_OP_SHADER_REPLACE, __len); 241 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST_REPLY, __len); 290 rbug_connection_send_start(__con, RBUG_OP_SHADER_INFO_REPLY, __len);
|
rbug_texture.c | 66 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST, __len); 104 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_INFO, __len); 170 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_WRITE, __len); 229 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_READ, __len); 271 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST_REPLY, __len); 345 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_INFO_REPLY, __len); 402 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_READ_REPLY, __len);
|
rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length);
|
rbug_connection.c | 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) function
|