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 79 const string& getErrorString (void) const { return m_errorString; }
92 string m_errorString;
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";
teglGLES2SharedRenderingPerfTests.cpp 732 string m_errorString;
754 , m_errorString ("")
798 m_errorString = error.what();
803 m_errorString = "Got unknown exception";
    [all...]

Completed in 174 milliseconds