Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp276 ERR() << "Could not create offscreen texture, " << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
324 << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
344 << displayD3D->getStoredErrorString(); in resetOffscreenColorBuffer()
433 << displayD3D->getStoredErrorString(); in resetOffscreenDepthBuffer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDisplayD3D.h106 const std::string &getStoredErrorString() const { return mStoredErrorString; } in getStoredErrorString() function