Searched refs:m_sharedNativePixmaps (Results 1 – 1 of 1) sorted by relevance
740 vector<pair<eglu::NativePixmap*, EGLSurface> > m_sharedNativePixmaps; member in deqp::egl::MultiThreadedObjectTest866 for (int pixmapNdx = 0; pixmapNdx < (int)m_sharedNativePixmaps.size(); pixmapNdx++) in deinit()868 if (m_sharedNativePixmaps[pixmapNdx].second != EGL_NO_SURFACE) in deinit()869 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()871 m_sharedNativePixmaps[pixmapNdx].second = EGL_NO_SURFACE; in deinit()872 delete m_sharedNativePixmaps[pixmapNdx].first; in deinit()873 m_sharedNativePixmaps[pixmapNdx].first = NULL; in deinit()875 m_sharedNativePixmaps.clear(); in deinit()975 …pullObjectsFromShared(thread, (int)(m_sharedPbuffers.size()/2), (int)(m_sharedNativePixmaps.size()… in runThread()981 …pullObjectsFromShared(thread, (int)m_sharedPbuffers.size(), (int)m_sharedNativePixmaps.size(), (in… in runThread()[all …]