Searched refs:m_errorString (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp79 const string& getErrorString (void) const { return m_errorString; }
92 string m_errorString; member in class:deqp::egl::__anon4133::MemoryAllocator
191 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
239 m_errorString = "eglCreatePbufferSurface returned EGL_BAD_ALLOC";
257 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
303 m_errorString = "eglCreateContext returned EGL_BAD_ALLOC";
H A DteglGLES2SharedRenderingPerfTests.cpp732 string m_errorString; member in class:deqp::egl::__anon4125::TestThread
753 , m_errorString ("")
771 testLog << TestLog::Message << "Thread failed: " << m_errorString << TestLog::EndMessage;
803 m_errorString = error.what();
808 m_errorString = "Got unknown exception";

Completed in 66 milliseconds