Home
last modified time | relevance | path

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

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