HomeSort by relevance Sort by last modified time
    Searched refs:out_buffer (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/mesa3d/src/gallium/drivers/r300/
r300_render_translate.c 30 struct pipe_resource **out_buffer,
39 *out_buffer = NULL;
41 &out_offset, out_buffer, &ptr);
53 *out_buffer = NULL;
55 &out_offset, out_buffer, &ptr);
67 *out_buffer = NULL;
69 &out_offset, out_buffer, &ptr);
  /external/mesa3d/src/gallium/drivers/r600/
r600_translate.c 35 struct pipe_resource *out_buffer = NULL; local
42 &out_offset, &out_buffer, &ptr);
48 ib->buffer = out_buffer;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_translate.c 35 struct pipe_resource *out_buffer = NULL; local
42 &out_offset, &out_buffer, &ptr);
48 ib->buffer = out_buffer;
  /hardware/intel/common/libva/va/wayland/
va_backend_wayland.h 53 struct wl_buffer **out_buffer
61 struct wl_buffer **out_buffer
va_wayland.h 74 * @out_buffer have the same size and color format. Should specific
87 * @param[out] out_buffer a wl_buffer wrapping the VA @surface
95 struct wl_buffer **out_buffer
104 * @out_buffer have the same size and color format. Should specific
114 * @param[out] out_buffer a wl_buffer wrapping the VA @image
122 struct wl_buffer **out_buffer
va_wayland.c 165 struct wl_buffer **out_buffer
175 out_buffer);
183 struct wl_buffer **out_buffer
193 out_buffer);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 4 LPD3D10BLOB *out_buffer
9 LPD3D10BLOB *out_buffer
15 *out_buffer = new GalliumD3DBlob(data, num_bytes);
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SslConnection.java 451 ByteBuffer out_buffer=_outbound.getByteBuffer(); local
452 synchronized(out_buffer)
458 out_buffer.position(_outbound.putIndex());
459 out_buffer.limit(out_buffer.capacity());
460 result=_engine.wrap(bbuf,out_buffer);
481 out_buffer.position(0);
482 out_buffer.limit(out_buffer.capacity());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 131 ldr r10,out_addr @ point r10 to out_buffer
165 ldr r10,out_addr @ point r10 to out_buffer
235 ldr r10,out_addr @ point r10 to out_buffer
328 ldr r2,out_addr @ point r2 to out_buffer
347 ldr r1,out_addr @ point r1 to out_buffer
427 out_addr: .word out_buffer
493 .lcomm out_buffer,16384
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 70 typedef bool (*SymbolizeCallback)(const void *pc, char *out_buffer,
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 58 mov $out_buffer, %edi # point to out_buffer
118 pop %rbp # get out_buffer and keep in bp
119 mov %ebp,%ecx # move out_buffer to ecx
139 mov %ebp,%edi # point %edi to out_buffer
159 mov %ebp,%ecx # move out_buffer to ecx
346 mov %ebp,%ecx # point ecx to out_buffer
648 .lcomm out_buffer,16384
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 52 mov $out_buffer, %edi # point to out_buffer
110 pop %ebp # get out_buffer and keep in bp
111 mov %ebp,%ecx # move out_buffer to ecx
131 mov %ebp,%edi # point %edi to out_buffer
151 mov %ebp,%ecx # move out_buffer to ecx
344 mov %ebp,%ecx # point ecx to out_buffer
620 .lcomm out_buffer,16384
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
pr_drm_api.h 245 void *out_buffer,
252 uint32_t drm_pr_decrypt_content(uint8_t *out_buffer,
wv_mod_drm_api.h 134 uint8_t *out_buffer);
141 uint8_t *out_buffer);
  /external/v8/src/
disassembler.cc 100 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer; local
101 StringBuilder out(out_buffer.start(), out_buffer.length());
  /hardware/qcom/audio/post_proc/
volume_listener.c 317 audio_buffer_t *out_buffer)
332 if (in_buffer->raw != out_buffer->raw) {
333 memcpy(out_buffer->raw, in_buffer->raw, out_buffer->frameCount * 2 * sizeof(int16_t));
335 ALOGW("%s: something wrong, didn't handle in_buffer and out_buffer same address case",
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 61 addi 14,BSS_BEGIN,(out_buffer-bss_begin)
569 .lcomm out_buffer,16384
  /external/v8/src/arm/
disasm-arm.cc 53 Vector<char> out_buffer)
55 out_buffer_(out_buffer),
70 // Bottleneck functions to print into the out_buffer.
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 51 v8::internal::Vector<char> out_buffer)
53 out_buffer_(out_buffer),
65 // Bottleneck functions to print into the out_buffer.
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 51 v8::internal::Vector<char> out_buffer)
53 out_buffer_(out_buffer),
65 // Bottleneck functions to print into the out_buffer.
    [all...]
  /bionic/libc/kernel/uapi/linux/
hdreg.h 82 unsigned char * out_buffer; member in struct:ide_ioctl_request_s
  /development/ndk/platforms/android-21/include/linux/
hdreg.h 82 unsigned char *out_buffer; member in struct:ide_ioctl_request_s
  /development/ndk/platforms/android-3/include/linux/
hdreg.h 72 unsigned char *out_buffer; member in struct:ide_ioctl_request_s

Completed in 2197 milliseconds

1 2 3 4 5