Searched refs:vkDestroyPipelineCache (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 133 vkDestroyPipelineCache;
|
D | api_gen.cpp | 2181 VKAPI_ATTR void vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllo… in vkDestroyPipelineCache() function
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/ |
D | stubs_arm64.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyPipelineCache); 388 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyPipelineCache); in init_stub_library()
|
D | stubs_riscv64.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyPipelineCache); 388 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyPipelineCache); in init_stub_library()
|
D | stubs_arm.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyPipelineCache); 388 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyPipelineCache); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | trampolines_riscv64_to_x86_64-inl.h | 135 …CustomTrampolineWithThunk_vkDestroyPipelineCache, reinterpret_cast<void*>(vkDestroyPipelineCache)},
|
D | trampolines_arm64_to_x86_64-inl.h | 135 …CustomTrampolineWithThunk_vkDestroyPipelineCache, reinterpret_cast<void*>(vkDestroyPipelineCache)},
|
D | trampolines_arm_to_x86-inl.h | 135 …CustomTrampolineWithThunk_vkDestroyPipelineCache, reinterpret_cast<void*>(vkDestroyPipelineCache)},
|