Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt6 vkAllocateDescriptorSets;
Dapi_gen.cpp2256 VKAPI_ATTR VkResult vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pA… in vkAllocateDescriptorSets() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkAllocateDescriptorSets);
261 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkAllocateDescriptorSets); in init_stub_library()
Dstubs_riscv64.cc25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkAllocateDescriptorSets);
261 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkAllocateDescriptorSets); in init_stub_library()
Dstubs_arm.cc25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkAllocateDescriptorSets);
261 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkAllocateDescriptorSets); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h8 …omTrampolineWithThunk_vkAllocateDescriptorSets, reinterpret_cast<void*>(vkAllocateDescriptorSets)},
Dtrampolines_arm64_to_x86_64-inl.h8 …omTrampolineWithThunk_vkAllocateDescriptorSets, reinterpret_cast<void*>(vkAllocateDescriptorSets)},
Dtrampolines_arm_to_x86-inl.h8 …omTrampolineWithThunk_vkAllocateDescriptorSets, reinterpret_cast<void*>(vkAllocateDescriptorSets)},
Dvulkan_xml_test.go705 <proto><type>void</type> <name>vkAllocateDescriptorSets</name></proto>