Lines Matching defs:currentDisplay
32103 : currentDisplay( currentDisplay_ )32142 return std::tie( currentDisplay, currentStackIndex );32154 return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex );32165 VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay = {};