HomeSort by relevance Sort by last modified time
    Searched refs:_pipe (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 65 dd_context_create_query(struct pipe_context *_pipe, unsigned query_type,
68 struct pipe_context *pipe = dd_context(_pipe)->pipe;
90 dd_context_create_batch_query(struct pipe_context *_pipe, unsigned num_queries,
93 struct pipe_context *pipe = dd_context(_pipe)->pipe;
116 dd_context_destroy_query(struct pipe_context *_pipe,
119 struct pipe_context *pipe = dd_context(_pipe)->pipe;
126 dd_context_begin_query(struct pipe_context *_pipe, struct pipe_query *query)
128 struct dd_context *dctx = dd_context(_pipe);
135 dd_context_end_query(struct pipe_context *_pipe, struct pipe_query *query)
137 struct dd_context *dctx = dd_context(_pipe);
    [all...]
dd_draw.c     [all...]
dd_screen.c 240 struct pipe_context *_pipe,
246 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 41 rbug_destroy(struct pipe_context *_pipe)
43 struct rbug_screen *rb_screen = rbug_screen(_pipe->screen);
44 struct rbug_context *rb_pipe = rbug_context(_pipe);
117 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info)
119 struct rbug_context *rb_pipe = rbug_context(_pipe);
138 rbug_create_query(struct pipe_context *_pipe,
142 struct rbug_context *rb_pipe = rbug_context(_pipe);
155 rbug_destroy_query(struct pipe_context *_pipe,
158 struct rbug_context *rb_pipe = rbug_context(_pipe);
168 rbug_begin_query(struct pipe_context *_pipe,
    [all...]
rbug_screen.c 179 struct pipe_context *_pipe,
185 struct rbug_context *rb_pipe = rbug_context(_pipe);
  /external/autotest/client/cros/audio/
cmd_utils.py 31 return self._logger._pipe[1]
40 self._pipe = list(os.pipe())
46 if self._pipe[1] != _PIPE_CLOSED:
47 os.close(self._pipe[1])
48 self._pipe[1] = _PIPE_CLOSED
59 self._pipe = list(os.pipe())
68 rlist = [l._pipe[0] for l in self._loggers]
69 rlist.append(self._pipe[0])
72 if r != self._pipe[0]:
77 os.close(self._pipe[0]
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 110 trace_context_draw_vbo(struct pipe_context *_pipe,
113 struct trace_context *tr_ctx = trace_context(_pipe);
140 trace_context_create_query(struct pipe_context *_pipe,
144 struct trace_context *tr_ctx = trace_context(_pipe);
178 trace_context_destroy_query(struct pipe_context *_pipe,
181 struct trace_context *tr_ctx = trace_context(_pipe);
200 trace_context_begin_query(struct pipe_context *_pipe,
203 struct trace_context *tr_ctx = trace_context(_pipe);
222 trace_context_end_query(struct pipe_context *_pipe,
225 struct trace_context *tr_ctx = trace_context(_pipe);
    [all...]
tr_screen.c 336 struct pipe_context *_pipe,
342 struct trace_context *tr_pipe = _pipe ? trace_context(_pipe) : NULL;
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /system/core/adb/
sysdeps_win32_test.cpp 105 EXPECT_EQ(0, _pipe(pipe_fds, 64, _O_BINARY));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 199 _CRTIMP int __cdecl _pipe(int *_PtHandles,unsigned int _PipeSize,int _TextMode);
  /external/fmtlib/test/
posix-mock-test.cc 178 return _pipe(pfds, psize, textmode);
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 940 return _pipe (p, 256, (binary ? _O_BINARY : _O_TEXT) | _O_NOINHERIT);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 68 #define pipe _pipe
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 86 #define pipe(fds) _pipe(fds, 4096, O_BINARY)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1957 milliseconds