Home | History | Annotate | Download | only in egl

Lines Matching refs:threadNdx

878 	for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
879 m_contexts.push_back(new TestContext(m_eglTestCtx, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? NULL : m_contexts[threadNdx-1])));
885 for (int threadNdx = 0; threadNdx < (int)m_contexts.size(); threadNdx++)
887 delete m_contexts[threadNdx];
888 m_contexts[threadNdx] = NULL;
905 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
908 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]);
918 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
920 delete threads[threadNdx];
921 threads[threadNdx] = NULL;
929 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
930 threads[threadNdx]->start();
935 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
936 threads[threadNdx]->join();
941 for (int threadNdx = 0; threadNdx < (int)threads.size(); threadNdx++)
943 if (!threads[threadNdx]->resultOk())