Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt90 vkDestroyDevice;
Dcode-generator.tmpl484 {{else if eq $.Name "vkDestroyDevice"}}true
745 {{else if eq $.Name "vkDestroyDevice"}}true
973 {{else if eq $.Name "vkDestroyDevice"}}true
Dapi_gen.cpp1563 VKAPI_ATTR void vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in vkDestroyDevice() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h45 extern PFN_vkDestroyDevice vkDestroyDevice;
Dvulkan_wrapper.cpp47 vkDestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>(dlsym(libvulkan, "vkDestroyDevice")); in InitVulkan()
404 PFN_vkDestroyDevice vkDestroyDevice; variable
/frameworks/native/vulkan/tools/
Dvkinfo.cpp207 vkDestroyDevice(device, nullptr); in GatherGpuInfo()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2419 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
/frameworks/native/vulkan/api/
Dvulkan.api8012 cmd void vkDestroyDevice(