/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_context.c | 40 galahad_context_destroy(struct pipe_context *_pipe) 42 struct galahad_context *glhd_pipe = galahad_context(_pipe); 51 galahad_context_draw_vbo(struct pipe_context *_pipe, 54 struct galahad_context *glhd_pipe = galahad_context(_pipe); 65 galahad_context_create_query(struct pipe_context *_pipe, 68 struct galahad_context *glhd_pipe = galahad_context(_pipe); 86 galahad_context_destroy_query(struct pipe_context *_pipe, 89 struct galahad_context *glhd_pipe = galahad_context(_pipe); 97 galahad_context_begin_query(struct pipe_context *_pipe, 100 struct galahad_context *glhd_pipe = galahad_context(_pipe); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
id_context.c | 38 identity_destroy(struct pipe_context *_pipe) 40 struct identity_context *id_pipe = identity_context(_pipe); 49 identity_draw_vbo(struct pipe_context *_pipe, 52 struct identity_context *id_pipe = identity_context(_pipe); 59 identity_create_query(struct pipe_context *_pipe, 62 struct identity_context *id_pipe = identity_context(_pipe); 70 identity_destroy_query(struct pipe_context *_pipe, 73 struct identity_context *id_pipe = identity_context(_pipe); 81 identity_begin_query(struct pipe_context *_pipe, 84 struct identity_context *id_pipe = identity_context(_pipe); [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.c | 40 galahad_context_destroy(struct pipe_context *_pipe) 42 struct galahad_context *glhd_pipe = galahad_context(_pipe); 51 galahad_context_draw_vbo(struct pipe_context *_pipe, 54 struct galahad_context *glhd_pipe = galahad_context(_pipe); 65 galahad_context_create_query(struct pipe_context *_pipe, 68 struct galahad_context *glhd_pipe = galahad_context(_pipe); 86 galahad_context_destroy_query(struct pipe_context *_pipe, 89 struct galahad_context *glhd_pipe = galahad_context(_pipe); 97 galahad_context_begin_query(struct pipe_context *_pipe, 100 struct galahad_context *glhd_pipe = galahad_context(_pipe); [all...] |
/external/mesa3d/src/gallium/drivers/identity/ |
id_context.c | 38 identity_destroy(struct pipe_context *_pipe) 40 struct identity_context *id_pipe = identity_context(_pipe); 49 identity_draw_vbo(struct pipe_context *_pipe, 52 struct identity_context *id_pipe = identity_context(_pipe); 59 identity_create_query(struct pipe_context *_pipe, 62 struct identity_context *id_pipe = identity_context(_pipe); 70 identity_destroy_query(struct pipe_context *_pipe, 73 struct identity_context *id_pipe = identity_context(_pipe); 81 identity_begin_query(struct pipe_context *_pipe, 84 struct identity_context *id_pipe = identity_context(_pipe); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_context.c | 86 trace_context_draw_vbo(struct pipe_context *_pipe, 89 struct trace_context *tr_ctx = trace_context(_pipe); 104 trace_context_create_query(struct pipe_context *_pipe, 107 struct trace_context *tr_ctx = trace_context(_pipe); 127 trace_context_destroy_query(struct pipe_context *_pipe, 130 struct trace_context *tr_ctx = trace_context(_pipe); 145 trace_context_begin_query(struct pipe_context *_pipe, 148 struct trace_context *tr_ctx = trace_context(_pipe); 163 trace_context_end_query(struct pipe_context *_pipe, 166 struct trace_context *tr_ctx = trace_context(_pipe); [all...] |
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | 86 trace_context_draw_vbo(struct pipe_context *_pipe, 89 struct trace_context *tr_ctx = trace_context(_pipe); 104 trace_context_create_query(struct pipe_context *_pipe, 107 struct trace_context *tr_ctx = trace_context(_pipe); 127 trace_context_destroy_query(struct pipe_context *_pipe, 130 struct trace_context *tr_ctx = trace_context(_pipe); 145 trace_context_begin_query(struct pipe_context *_pipe, 148 struct trace_context *tr_ctx = trace_context(_pipe); 163 trace_context_end_query(struct pipe_context *_pipe, 166 struct trace_context *tr_ctx = trace_context(_pipe); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_context.c | 41 rbug_destroy(struct pipe_context *_pipe) 43 struct rbug_context *rb_pipe = rbug_context(_pipe); 115 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info) 117 struct rbug_context *rb_pipe = rbug_context(_pipe); 136 rbug_create_query(struct pipe_context *_pipe, 139 struct rbug_context *rb_pipe = rbug_context(_pipe); 149 rbug_destroy_query(struct pipe_context *_pipe, 152 struct rbug_context *rb_pipe = rbug_context(_pipe); 162 rbug_begin_query(struct pipe_context *_pipe, 165 struct rbug_context *rb_pipe = rbug_context(_pipe); [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_context.c | 41 rbug_destroy(struct pipe_context *_pipe) 43 struct rbug_context *rb_pipe = rbug_context(_pipe); 115 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info) 117 struct rbug_context *rb_pipe = rbug_context(_pipe); 136 rbug_create_query(struct pipe_context *_pipe, 139 struct rbug_context *rb_pipe = rbug_context(_pipe); 149 rbug_destroy_query(struct pipe_context *_pipe, 152 struct rbug_context *rb_pipe = rbug_context(_pipe); 162 rbug_begin_query(struct pipe_context *_pipe, 165 struct rbug_context *rb_pipe = rbug_context(_pipe); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 220 def _pipe(self): member in class:SmallPtyTests 232 read_from_stdout_fd, mock_stdout_fd = self._pipe() 234 mock_stdin_fd, write_to_stdin_fd = self._pipe() 261 read_from_stdout_fd, mock_stdout_fd = self._pipe() 263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 220 def _pipe(self): member in class:SmallPtyTests 232 read_from_stdout_fd, mock_stdout_fd = self._pipe() 234 mock_stdin_fd, write_to_stdin_fd = self._pipe() 261 read_from_stdout_fd, mock_stdout_fd = self._pipe() 263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
|
/external/bison/lib/ |
pipe2.c | 42 /* Mingw _pipe() corrupts fd on failure; also, if we succeed at 79 if (_pipe (fd, 4096, flags & ~O_NONBLOCK) < 0)
|
/ndk/sources/host-tools/make-3.81/ |
make.h | 366 # define pipe(p) _pipe(p, 512, O_BINARY)
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 80 #define pipe(fds) _pipe(fds, 4096, O_BINARY)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 81 #define pipe(fds) _pipe(fds, 4096, O_BINARY)
|