Searched refs:out_of_memory (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 1112 GuestType(%[1]s* const new_value, GuestHolder& holder, bool& out_of_memory); 1113 …(%[1]s* const new_value, GuestArrayHolder& holder, const std::uint32_t* size, bool& out_of_memory); 1161 GuestType(const %[1]s* const new_value, GuestHolder& holder, bool& out_of_memory); 1298 …nvertOptionalStructures(void* head, std::unique_ptr<GuestHolderBase>& holder, bool& out_of_memory); 1299 …ptionalStructures(const void* head, std::unique_ptr<GuestHolderBase>& holder, bool& out_of_memory); 1309 …value, GuestType<%[1]s*>::GuestHolder& holder, [[maybe_unused]] bool& out_of_memory) : value_(new_… 1352 …pe(const GuestType<%[1]s*>& new_value, GuestType<%[1]s*>::HostHolder& holder, bool& out_of_memory); 1367 …pe(const GuestType<%[1]s*>& new_value, GuestType<%[1]s*>::HostHolder& holder, bool& out_of_memory); 1370 …nalStructures(GuestType<void*> head, std::unique_ptr<HostHolderBase>& holder, bool& out_of_memory); 1371 …uctures(GuestType<const void*> head, std::unique_ptr<HostHolderBase>& holder, bool& out_of_memory); [all …]
|
D | vulkan_xml.h | 101 bool& out_of_memory); 104 bool& out_of_memory); 107 bool& out_of_memory); 110 bool& out_of_memory);
|
D | vulkan_trampolines.cc | 53 [[maybe_unused]] bool out_of_memory; in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() local 57 ToHostType(pAllocateInfo_guest, pAllocateInfo_holder, out_of_memory); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() 80 bool out_of_memory; in DoCustomTrampolineWithThunk_vkBeginCommandBuffer() local 92 ToHostType(pBeginInfo_guest, pBeginInfo_holder, convert_inheritance_info, out_of_memory); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer() 337 [[maybe_unused]] bool out_of_memory; in RunGuest_vkCreateInstance() local 358 … GuestType<const struct VkAllocationCallbacks*>(pAllocator_host, pAllocator_holder, out_of_memory); in RunGuest_vkCreateInstance()
|