Searched refs:m_layerName (Results 1 – 1 of 1) sorted by relevance
573 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateInstanceExtensionPropertiesIncompleteResult()577 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()582 const std::string m_layerName; member587 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateDeviceExtensionPropertiesIncompleteResult()591 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()596 const std::string m_layerName; member