Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp91 return m_errorString; in getErrorString()
105 string m_errorString; member in deqp::egl::__anon09f0727c0111::MemoryAllocator
205m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; in allocatePBuffer()
248 m_errorString = "eglCreatePbufferSurface returned EGL_BAD_ALLOC"; in allocatePBuffer()
266m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; in allocateContext()
308 m_errorString = "eglCreateContext returned EGL_BAD_ALLOC"; in allocateContext()
H A DteglGLES2SharedRenderingPerfTests.cpp738 string m_errorString; member in deqp::egl::__anonb20210fe0111::TestThread
759 , m_errorString("") in TestThread()
803 m_errorString = error.what(); in run()
808 m_errorString = "Got unknown exception"; in run()