Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2181 std::wstring adapterString; in GetDeviceType() local
2191 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()