Searched refs:m_layerName (Results 1 – 1 of 1) sorted by relevance
1859 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateInstanceExtensionPropertiesIncompleteResult()1863 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()1868 const std::string m_layerName; member1873 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateDeviceExtensionPropertiesIncompleteResult()1877 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()1882 const std::string m_layerName; member