OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffer_t
(Results
1 - 2
of
2
) sorted by null
/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/valgrind/main/drd/tests/
circular_buffer.c
49
}
buffer_t
;
typedef in typeref:struct:__anon17012
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 71 milliseconds