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

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 49 } buffer_t; typedef in typeref:struct:__anon4496
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);
mm_jpeg.h 314 buffer_t work_buffer;
376 buffer_t ionBuffer[MM_JPEG_CONCURRENT_SESSIONS_COUNT];
  /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;
BufferObjectManager.cpp 47 buffer_t* bo = mBuffers.valueAt(i);
53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer)
60 buffer_t* bo = new buffer_t;
69 int EGLBufferObjectManager::allocateStore(buffer_t* bo,
93 buffer_t* bo = mBuffers.valueAt(index);
context.h 52 struct buffer_t;
188 buffer_t const* bo;
193 void init(GLint, GLenum, GLsizei, const GLvoid *, const buffer_t*, GLsizei);
210 buffer_t const* array_buffer;
211 buffer_t const* element_array_buffer;
array.cpp 314 const GLvoid *pointer, const buffer_t* bo, GLsizei count)
    [all...]
  /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
  /external/valgrind/main/drd/tests/
circular_buffer.c 49 } buffer_t; typedef in typeref:struct:__anon37389
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;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 45 void *buffer_allocate(buffer_t *p_buffer, int cached)
114 int buffer_deallocate(buffer_t *p_buffer)
143 int buffer_invalidate(buffer_t *p_buffer)
  /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/lldb/source/Core/
DataBufferHeap.cpp 109 buffer_t empty;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
program.cpp 79 compat::istream::buffer_t bin(p, l);
199 compat::ostream::buffer_t bin;
210 compat::ostream::buffer_t bin;
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 79 compat::istream::buffer_t bin(p, l);
199 compat::ostream::buffer_t bin;
210 compat::ostream::buffer_t bin;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 83 buffer_t input;
84 buffer_t output;
140 int mm_jpegdec_test_alloc(buffer_t *p_buffer, int use_pmem)
161 void mm_jpegdec_test_free(buffer_t *p_buffer)
171 memset(p_buffer, 0x0, sizeof(buffer_t));
mm_jpeg_test.c 110 buffer_t input[MAX_NUM_BUFS];
111 buffer_t output[MAX_NUM_BUFS];
187 int mm_jpeg_test_alloc(buffer_t *p_buffer, int use_pmem)
208 void mm_jpeg_test_free(buffer_t *p_buffer)
218 memset(p_buffer, 0x0, sizeof(buffer_t));

Completed in 337 milliseconds