Searched refs:u_grallocs (Results 1 – 1 of 1) sorted by relevance
22 static const struct u_grallocs { struct25 } u_grallocs[] = { argument52 for (int i = 0; i < ARRAY_SIZE(u_grallocs); i++) { in u_gralloc_create()53 if (u_grallocs[i].type != type && type != U_GRALLOC_TYPE_AUTO) in u_gralloc_create()56 u_gralloc_cache[type].u_gralloc = u_grallocs[i].create(); in u_gralloc_create()98 assert(i < ARRAY_SIZE(u_grallocs)); in u_gralloc_destroy()