Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.h304 void ralloc_adopt(const void *new_ctx, void *old_ctx);
Dralloc.c319 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt() argument
323 if (unlikely(old_ctx == NULL)) in ralloc_adopt()
326 old_info = get_header(old_ctx); in ralloc_adopt()