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.cpp2214 …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; member
2228 …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