Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc633 m_errorString = "Failed to make Qt's wrapped OpenGL context current"; in initializeGstGL()
679 m_errorString += error.toString(); in initializeQml()
687 m_errorString += error.toString(); in initializeQml()
694 m_errorString += "root QML item is not a QQuickItem"; in initializeQml()
740 m_errorString = ""; in setQmlScene()
752 if (m_errorString != "") { in setQmlScene()
753 QByteArray string = m_errorString.toUtf8(); in setQmlScene()
Dqtglrenderer.h105 QString m_errorString; in QT_FORWARD_DECLARE_CLASS() local
/third_party/vk-gl-cts/modules/egl/
DteglMemoryStressTests.cpp79 const string& getErrorString (void) const { return m_errorString; } in getErrorString()
92 string m_errorString; member in deqp::egl::__anonba811f240111::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::__anonab52f9a60111::TestThread
754 , m_errorString ("") in TestThread()
798 m_errorString = error.what(); in run()
803 m_errorString = "Got unknown exception"; in run()