Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.h297 void ralloc_steal(const void *new_ctx, void *ptr);
304 void ralloc_adopt(const void *new_ctx, void *old_ctx);
Dralloc.c303 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal() argument
311 parent = new_ctx ? get_header(new_ctx) : NULL; in ralloc_steal()
319 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt() argument
327 new_info = get_header(new_ctx); in ralloc_adopt()