HomeSort by relevance Sort by last modified time
    Searched refs:m_errorString (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 73 const string& getErrorString (void) const { return m_errorString; }
86 string m_errorString;
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";
teglGLES2SharedRenderingPerfTests.cpp 746 string m_errorString;
767 , m_errorString ("")
785 testLog << TestLog::Message << "Thread failed: " << m_errorString << TestLog::EndMessage;
817 m_errorString = error.what();
822 m_errorString = "Got unknown exception";
    [all...]

Completed in 247 milliseconds