Searched defs:malloc_buffer_vtbl (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_malloc.c50 extern const struct pb_vtbl malloc_buffer_vtbl;
58 assert(buf->vtbl == &malloc_buffer_vtbl);
116 malloc_buffer_vtbl = { variable in typeref:struct:pb_vtbl
142 buf->base.vtbl = &malloc_buffer_vtbl;

Completed in 509 milliseconds