Searched refs:adapterString (Results 1 – 1 of 1) sorted by relevance
2181 std::wstring adapterString; in GetDeviceType() local2191 adapterString = std::wstring(adapterDesc2.Description); in GetDeviceType()2197 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()2202 (adapterString.find(std::wstring(L"Software Adapter")) != std::string::npos); in GetDeviceType()2203 const bool isNullDevice = (adapterString == L""); in GetDeviceType()2205 (adapterString.find(std::wstring(L"Basic Render")) != std::string::npos); in GetDeviceType()