Searched refs:adapterString (Results 1 – 1 of 1) sorted by relevance
2184 std::wstring adapterString; in GetDeviceType() local2194 adapterString = std::wstring(adapterDesc2.Description); in GetDeviceType()2200 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()2205 (adapterString.find(std::wstring(L"Software Adapter")) != std::string::npos); in GetDeviceType()2206 const bool isNullDevice = (adapterString == L""); in GetDeviceType()2208 (adapterString.find(std::wstring(L"Basic Render")) != std::string::npos); in GetDeviceType()