Lines Matching defs:ndx
1302 const int ndx = rnd.getInt(0, (int)(m_sharedPbuffers.size()-1));
1304 pbuffers.push_back(m_sharedPbuffers[ndx]);
1305 m_sharedPbuffers.erase(m_sharedPbuffers.begin() + ndx);
1310 const int ndx = rnd.getInt(0, (int)(m_sharedNativePixmaps.size()-1));
1312 pixmaps.push_back(m_sharedNativePixmaps[ndx]);
1313 m_sharedNativePixmaps.erase(m_sharedNativePixmaps.begin() + ndx);
1318 const int ndx = rnd.getInt(0, (int)(m_sharedNativeWindows.size()-1));
1320 windows.push_back(m_sharedNativeWindows[ndx]);
1321 m_sharedNativeWindows.erase(m_sharedNativeWindows.begin() + ndx);
1326 const int ndx = rnd.getInt(0, (int)(m_sharedContexts.size()-1));
1328 contexts.push_back(m_sharedContexts[ndx]);
1329 m_sharedContexts.erase(m_sharedContexts.begin() + ndx);