Searched refs:m_sharedNativePixmaps (Results 1 – 1 of 1) sorted by relevance
724 vector<pair<eglu::NativePixmap*, EGLSurface> > m_sharedNativePixmaps; member in deqp::egl::MultiThreadedObjectTest850 for (int pixmapNdx = 0; pixmapNdx < (int)m_sharedNativePixmaps.size(); pixmapNdx++) in deinit()852 if (m_sharedNativePixmaps[pixmapNdx].second != EGL_NO_SURFACE) in deinit()853 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()855 m_sharedNativePixmaps[pixmapNdx].second = EGL_NO_SURFACE; in deinit()856 delete m_sharedNativePixmaps[pixmapNdx].first; in deinit()857 m_sharedNativePixmaps[pixmapNdx].first = NULL; in deinit()859 m_sharedNativePixmaps.clear(); in deinit()959 …pullObjectsFromShared(thread, (int)(m_sharedPbuffers.size()/2), (int)(m_sharedNativePixmaps.size()… in runThread()965 …pullObjectsFromShared(thread, (int)m_sharedPbuffers.size(), (int)m_sharedNativePixmaps.size(), (in… in runThread()[all …]