HomeSort by relevance Sort by last modified time
    Searched defs:buffer_t (Results 1 - 6 of 6) sorted by null

  /external/lldb/include/lldb/Core/
DataBufferHeap.h 132 typedef std::vector<uint8_t> buffer_t; ///< Buffer type typedef in class:lldb_private::DataBufferHeap
133 buffer_t m_data; ///< The heap based buffer where data is stored
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 49 } buffer_t; typedef in typeref:struct:__anon4491
63 void* buffer_allocate(buffer_t *p_buffer, int cached);
77 int buffer_deallocate(buffer_t *p_buffer);
91 int buffer_invalidate(buffer_t *p_buffer);
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 42 struct buffer_t { struct in namespace:android::gl
62 gl::buffer_t const* bind(GLuint buffer);
63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);
69 KeyedVector<GLuint, gl::buffer_t*> mBuffers;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
compat.hpp 210 typedef vector_ref<const unsigned char> buffer_t; typedef in class:clover::compat::istream
217 istream(const buffer_t &buf) : buf(buf), offset(0) {}
229 const buffer_t &buf;
235 typedef vector<unsigned char> buffer_t; typedef in class:clover::compat::ostream
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {}
247 buffer_t &buf;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
compat.hpp 210 typedef vector_ref<const unsigned char> buffer_t; typedef in class:clover::compat::istream
217 istream(const buffer_t &buf) : buf(buf), offset(0) {}
229 const buffer_t &buf;
235 typedef vector<unsigned char> buffer_t; typedef in class:clover::compat::ostream
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {}
247 buffer_t &buf;
  /external/valgrind/main/drd/tests/
circular_buffer.c 49 } buffer_t; typedef in typeref:struct:__anon36502
90 static void buffer_init(buffer_t * b)
102 static void buffer_recv(buffer_t* b, data_t* d)
125 static void buffer_send(buffer_t* b, data_t* d)
148 static void buffer_destroy(buffer_t* b)
157 static buffer_t b;

Completed in 511 milliseconds