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::__anonf44a94a50111::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.cpp731 string m_errorString; member in deqp::egl::__anon48d7b8a70111::TestThread
752 , m_errorString ("") in TestThread()
796 m_errorString = error.what(); in run()
801 m_errorString = "Got unknown exception"; in run()