Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h107 const std::string &getStoredErrorString() const { return mStoredErrorString; } in getStoredErrorString()
120 std::string mStoredErrorString; variable
DDisplayD3D.cpp449 mStoredErrorString = errorStream.str(); in handleResult()