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

/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp73 const string& getErrorString (void) const { return m_errorString; }
86 string m_errorString; member in class:deqp::egl::__anon19832::MemoryAllocator
185 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
232 m_errorString = "eglCreatePbufferSurface returned EGL_BAD_ALLOC";
250 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
294 m_errorString = "eglCreateContext returned EGL_BAD_ALLOC";
H A DteglGLES2SharedRenderingPerfTests.cpp746 string m_errorString; member in class:deqp::egl::__anon19823::TestThread
767 , m_errorString ("")
785 testLog << TestLog::Message << "Thread failed: " << m_errorString << TestLog::EndMessage;
817 m_errorString = error.what();
822 m_errorString = "Got unknown exception";

Completed in 401 milliseconds