OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_buffer_vtbl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_malloc.c
50
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
;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_malloc.c
50
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 272 milliseconds