Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt100 vkCreateDevice;
Dapi_gen.cpp1916 VKAPI_ATTR VkResult vkCreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCrea… in vkCreateDevice() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDevice);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDevice); in init_stub_library()
Dstubs_riscv64.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDevice);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDevice); in init_stub_library()
Dstubs_arm.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDevice);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDevice); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h102 …reateDevice", DoCustomTrampolineWithThunk_vkCreateDevice, reinterpret_cast<void*>(vkCreateDevice)},
Dtrampolines_arm64_to_x86_64-inl.h102 …reateDevice", DoCustomTrampolineWithThunk_vkCreateDevice, reinterpret_cast<void*>(vkCreateDevice)},
Dtrampolines_arm_to_x86-inl.h102 …reateDevice", DoCustomTrampolineWithThunk_vkCreateDevice, reinterpret_cast<void*>(vkCreateDevice)},
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp518 VK_CHECK(vkCreateDevice(physicalDevice, &deviceInfo, nullptr, &device)); in init()
/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10957 …return vkCreateDevice(physicalDevice, pCreateInfo == nullptr ? nullptr : pCreateInfo->pCreateInfo,… in vpCreateDevice()
11044 return vkCreateDevice(physicalDevice, &createInfo, pAllocator, pDevice); in vpCreateDevice()