Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c78 get_header(const void *ptr) in get_header() function
136 parent = ctx != NULL ? get_header(ctx) : NULL; in ralloc_size()
164 old = get_header(ptr); in resize()
260 info = get_header(ptr); in ralloc_free()
310 info = get_header(ptr); in ralloc_steal()
311 parent = new_ctx ? get_header(new_ctx) : NULL; in ralloc_steal()
326 old_info = get_header(old_ctx); in ralloc_adopt()
327 new_info = get_header(new_ctx); in ralloc_adopt()
355 info = get_header(ptr); in ralloc_parent()
362 ralloc_header *info = get_header(ptr); in ralloc_set_destructor()