Home
last modified time | relevance | path

Searched refs:m_layerName (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp573 …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; member
587 …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