Searched refs:m_layerName (Results 1 – 1 of 1) sorted by relevance
2214 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateInstanceExtensionPropertiesIncompleteResult()2218 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()2223 const std::string m_layerName; member2228 …nsionPropertiesIncompleteResult (std::string layerName = std::string()) : m_layerName(layerName) {} in CheckEnumerateDeviceExtensionPropertiesIncompleteResult()2232 const char* pLayerName = (m_layerName.length() != 0 ? m_layerName.c_str() : DE_NULL); in getResult()2237 const std::string m_layerName; member