HomeSort by relevance Sort by last modified time
    Searched full:autofree_context (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glsl/
ralloc.c 276 static void *autofree_context = NULL; variable
281 ralloc_free(autofree_context);
287 if (unlikely(autofree_context == NULL)) {
288 autofree_context = ralloc_context(NULL);
291 return autofree_context;

Completed in 1127 milliseconds