Home
last modified time | relevance | path

Searched refs:g_robustness2DeviceHelper (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2579 std::unique_ptr<DeviceHelper> g_robustness2DeviceHelper; member
2586 if (!g_robustness2DeviceHelper) in getDeviceHelper()
2587 g_robustness2DeviceHelper.reset(new RobustImageAccess2DeviceHelper(context)); in getDeviceHelper()
2588 return *g_robustness2DeviceHelper; in getDeviceHelper()
2599 g_robustness2DeviceHelper.reset(nullptr); in destroyDeviceHelpers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2583 std::unique_ptr<DeviceHelper> g_robustness2DeviceHelper; member
2590 if (!g_robustness2DeviceHelper) in getDeviceHelper()
2591 g_robustness2DeviceHelper.reset(new RobustImageAccess2DeviceHelper(context)); in getDeviceHelper()
2592 return *g_robustness2DeviceHelper; in getDeviceHelper()
2603 g_robustness2DeviceHelper.reset(nullptr); in destroyDeviceHelpers()

Completed in 18 milliseconds