Searched refs:vkDestroyImageView (Results 1 - 15 of 15) sorted by relevance

/external/vulkan-validation-layers/common/
H A Dvulkan_wrapper.h91 extern PFN_vkDestroyImageView vkDestroyImageView;
H A Dvulkan_wrapper.cpp104 vkDestroyImageView = reinterpret_cast<PFN_vkDestroyImageView>(dlsym(libvulkan, "vkDestroyImageView"));
311 PFN_vkDestroyImageView vkDestroyImageView; variable
/external/vulkan-validation-layers/loader/
H A Dgpa_helper.h86 if (!strcmp(funcName, "vkDestroyImageView")) return (PFN_vkVoidFunction)vkDestroyImageView;
H A Dtrampoline.c1230 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, function
/external/vulkan-validation-layers/demos/
H A Dcube.c2300 vkDestroyImageView(demo->device, demo->textures[i].view, NULL);
2307 vkDestroyImageView(demo->device, demo->depth.view, NULL);
2312 vkDestroyImageView(demo->device, demo->swapchain_image_resources[i].view, NULL);
2381 vkDestroyImageView(demo->device, demo->textures[i].view, NULL);
2387 vkDestroyImageView(demo->device, demo->depth.view, NULL);
2392 vkDestroyImageView(demo->device, demo->swapchain_image_resources[i].view, NULL);
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp577 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView)
H A Dlayer_validation_tests.cpp5433 vkDestroyImageView(m_device->device(), view, NULL);
5485 vkDestroyImageView(m_device->device(), view, NULL);
7021 vkDestroyImageView(m_device->device(), view, nullptr);
7155 vkDestroyImageView(m_device->device(), view, nullptr);
7826 vkDestroyImageView(m_device->device(), tmp_view, NULL);
7935 vkDestroyImageView(m_device->device(), view, NULL);
7936 vkDestroyImageView(m_device->device(), view2, NULL);
8080 vkDestroyImageView(m_device->device(), view, NULL);
8334 vkDestroyImageView(m_device->device(), view, NULL);
12639 vkDestroyImageView(m_devic
[all...]
H A Dvkrenderframework.cpp242 vkDestroyImageView(device(), m_renderTargets.back()->targetView(m_render_target_fmt), NULL);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp483 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) function in namespace:wrap_objects
1264 return (PFN_vkVoidFunction) vkDestroyImageView;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriverImpl.inl1905 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
/external/mesa3d/include/vulkan/
H A Dvulkan.h2711 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2808 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2808 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3005 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
H A Dvulkan.hpp28965 vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllocationCallbacks*>( pAllocator ) );
28970 vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllocationCallbacks*>( static_cast<const AllocationCallbacks*>( allocator ) ) );
[all...]

Completed in 364 milliseconds