Home | History | Annotate | Download | only in egl

Lines Matching refs:threadNdx

859 		for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
860 m_contexts.push_back(new TestContext(m_eglTestCtx, m_display, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? DE_NULL : m_contexts[threadNdx-1])));
867 for (int threadNdx = 0; threadNdx < (int)m_contexts.size(); threadNdx++)
869 delete m_contexts[threadNdx];
870 m_contexts[threadNdx] = DE_NULL;
893 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
896 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]);
906 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
908 delete threads[threadNdx];
909 threads[threadNdx] = DE_NULL;
917 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
918 threads[threadNdx]->start();
923 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
924 threads[threadNdx]->join();
929 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
931 if (!threads[threadNdx]->resultOk())