Searched refs:DestroySurfaceKHR (Results 1 - 6 of 6) sorted by relevance

/external/vulkan-validation-layers/loader/
H A Dwsi.c137 // This is the trampoline entrypoint for DestroySurfaceKHR
142 disp->DestroySurfaceKHR(instance, surface, pAllocator);
147 // This is the instance chain terminator function for DestroySurfaceKHR
158 if (NULL != icd_term->dispatch.DestroySurfaceKHR && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[i]) {
159 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, icd_surface->real_icd_surfaces[i], pAllocator);
528 if ((VkSurfaceKHR)NULL != pIcdSurface->real_icd_surfaces[i] && NULL != icd_term->dispatch.DestroySurfaceKHR) {
529 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, pIcdSurface->real_icd_surfaces[i], pAllocator);
640 if ((VkSurfaceKHR)NULL != pIcdSurface->real_icd_surfaces[i] && NULL != icd_term->dispatch.DestroySurfaceKHR) {
641 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, pIcdSurface->real_icd_surfaces[i], pAllocator);
753 if ((VkSurfaceKHR)NULL != pIcdSurface->real_icd_surfaces[i] && NULL != icd_term->dispatch.DestroySurfaceKHR) {
[all...]
/external/skia/tools/sk_app/
H A DVulkanWindowContext.cpp63 GET_PROC(DestroySurfaceKHR);
/external/skqp/tools/sk_app/
H A DVulkanWindowContext.cpp63 GET_PROC(DestroySurfaceKHR);
/external/vulkan-validation-layers/demos/smoke/
H A DShell.cpp337 vk::DestroySurfaceKHR(ctx_.instance, ctx_.surface, nullptr);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp958 inst->layer_disp.DestroySurfaceKHR(vk_inst, surface, pAllocator);
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp11039 VKAPI_ATTR void VKAPI_CALL DestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks *pAllocator) { function in namespace:core_validation
11054 instance_data->dispatch_table.DestroySurfaceKHR(instance, surface, pAllocator);
12026 {"vkDestroySurfaceKHR", (void *)DestroySurfaceKHR},

Completed in 167 milliseconds