Home
last modified time | relevance | path

Searched refs:surface_handles (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp446 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateAndroidSurfaceKHR()
454 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateWin32SurfaceKHR()
467 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateWaylandSurfaceKHR()
480 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateXcbSurfaceKHR()
495 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateXlibSurfaceKHR()
510 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateDirectFBSurfaceEXT()
524 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateMacOSSurfaceMVK()
532 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateIOSSurfaceMVK()
542 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateStreamDescriptorSurfaceGGP()
550 common_nondispatch_handle_creation(icd.surface_handles, pSurface); in test_vkCreateMetalSurfaceEXT()
[all …]
Dtest_icd.h79 std::vector<uint64_t> surface_handles; member