Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp270 ERR() << "Could not create offscreen texture, " << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
318 << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
338 << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
427 << displayD3D->getStoredErrorString(); in resetOffscreenDepthBuffer()
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h102 const std::string &getStoredErrorString() const { return mStoredErrorString; } in getStoredErrorString() function