Home
last modified time | relevance | path

Searched refs:m_checkSupportCallback (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.hpp104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback()
133 std::function<void(Context&, std::string)> m_checkSupportCallback = nullptr; member in vkt::cts_amber::AmberTestCase
H A DvktAmberTestCase.cpp215 if (m_checkSupportCallback) in checkSupport()
216 (m_checkSupportCallback)(ctx, m_name); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.hpp104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback()
133 std::function<void(Context&, std::string)> m_checkSupportCallback = nullptr; member in vkt::cts_amber::AmberTestCase
H A DvktAmberTestCase.cpp214 if (m_checkSupportCallback) in checkSupport()
215 (m_checkSupportCallback)(ctx, m_name); in checkSupport()

Completed in 3 milliseconds