Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt32 vkCmdCopyImage2; #introduced=33
Dapi_gen.cpp2956 VKAPI_ATTR void vkCmdCopyImage2(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageIn… in vkCmdCopyImage2() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCmdCopyImage2);
287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCmdCopyImage2); in init_stub_library()
Dstubs_riscv64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCmdCopyImage2);
287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCmdCopyImage2); in init_stub_library()
Dstubs_arm.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCmdCopyImage2);
287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCmdCopyImage2); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h34 …opyImage2", DoCustomTrampolineWithThunk_vkCmdCopyImage2, reinterpret_cast<void*>(vkCmdCopyImage2)},
Dtrampolines_arm64_to_x86_64-inl.h34 …opyImage2", DoCustomTrampolineWithThunk_vkCmdCopyImage2, reinterpret_cast<void*>(vkCmdCopyImage2)},
Dtrampolines_arm_to_x86-inl.h34 …opyImage2", DoCustomTrampolineWithThunk_vkCmdCopyImage2, reinterpret_cast<void*>(vkCmdCopyImage2)},