Searched refs:m_sharedNativePixmaps (Results 1 – 1 of 1) sorted by relevance
821 vector<pair<eglu::NativePixmap *, EGLSurface>> m_sharedNativePixmaps; member in deqp::egl::MultiThreadedObjectTest949 for (int pixmapNdx = 0; pixmapNdx < (int)m_sharedNativePixmaps.size(); pixmapNdx++) in deinit()951 if (m_sharedNativePixmaps[pixmapNdx].second != EGL_NO_SURFACE) in deinit()952 … EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()954 m_sharedNativePixmaps[pixmapNdx].second = EGL_NO_SURFACE; in deinit()955 delete m_sharedNativePixmaps[pixmapNdx].first; in deinit()956 m_sharedNativePixmaps[pixmapNdx].first = NULL; in deinit()958 m_sharedNativePixmaps.clear(); in deinit()1054 …jectsFromShared(thread, (int)(m_sharedPbuffers.size() / 2), (int)(m_sharedNativePixmaps.size() / 2… in runThread()1061 … pullObjectsFromShared(thread, (int)m_sharedPbuffers.size(), (int)m_sharedNativePixmaps.size(), in runThread()[all …]