Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi.cpp224 void* new_mem = nullptr; in GrowImplicitLayerArray() local
227 new_mem = allocator_.pfnReallocation( in GrowImplicitLayerArray()
233 if (!new_mem) { in GrowImplicitLayerArray()
239 arr.elements = reinterpret_cast<ImplicitLayer*>(new_mem); in GrowImplicitLayerArray()
248 void* new_mem = nullptr; in GrowImplicitLayerArray() local
251 new_mem = allocator_.pfnReallocation( in GrowImplicitLayerArray()
256 if (!new_mem) { in GrowImplicitLayerArray()
262 arr.name_pool = reinterpret_cast<char*>(new_mem); in GrowImplicitLayerArray()