Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi.cpp260 void* new_mem = nullptr; in GrowImplicitLayerArray() local
263 new_mem = allocator_.pfnReallocation( in GrowImplicitLayerArray()
269 if (!new_mem) { in GrowImplicitLayerArray()
275 arr.elements = reinterpret_cast<ImplicitLayer*>(new_mem); in GrowImplicitLayerArray()
284 void* new_mem = nullptr; in GrowImplicitLayerArray() local
287 new_mem = allocator_.pfnReallocation( in GrowImplicitLayerArray()
292 if (!new_mem) { in GrowImplicitLayerArray()
298 arr.name_pool = reinterpret_cast<char*>(new_mem); in GrowImplicitLayerArray()