/frameworks/native/opengl/libagl/ |
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);
|
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;
|
context.h | 52 struct buffer_t; 184 buffer_t const* bo; 189 void init(GLint, GLenum, GLsizei, const GLvoid *, const buffer_t*, GLsizei); 206 buffer_t const* array_buffer; 207 buffer_t const* element_array_buffer;
|
array.cpp | 314 const GLvoid *pointer, const buffer_t* bo, GLsizei count) [all...] |
/external/valgrind/main/drd/tests/ |
circular_buffer.c | 49 } buffer_t; typedef in typeref:struct:__anon30780 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;
|
/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/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;
|