Home
last modified time | relevance | path

Searched refs:malloc_buffer_vtbl (Results 1 – 1 of 1) sorted by relevance

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