Searched refs:m_nativeWindows0 (Results 1 – 1 of 1) sorted by relevance
729 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows0; member in deqp::egl::MultiThreadedObjectTest873 for (int windowNdx = 0; windowNdx < (int)m_nativeWindows0.size(); windowNdx++) in deinit()875 if (m_nativeWindows0[windowNdx].second != EGL_NO_SURFACE) in deinit()876 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit()878 m_nativeWindows0[windowNdx].second = EGL_NO_SURFACE; in deinit()879 delete m_nativeWindows0[windowNdx].first; in deinit()880 m_nativeWindows0[windowNdx].first = NULL; in deinit()882 m_nativeWindows0.clear(); in deinit()984 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0… in createDestroyObjects()1263 …u::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWin… in pushObjectsToShared()[all …]