Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp262 pDeviceFuncs->pfnDestroyDevice = DestroyDevice; in CreateDevice()
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp225 auto* pfnDestroyDevice = inst->vkGetInstanceProcAddr(inst, "vkDestroyDevice"); in TEST() local
226 ASSERT_TRUE(pfnCreateDevice != nullptr && pfnDestroyDevice != nullptr); in TEST()