Home | History | Annotate | Download | only in egl

Lines Matching refs:contexts

676 	virtual void		executeForContexts			(EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
694 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
699 const int numContexts = (int)contexts.size();
715 vector<ProgramSp> programs (contexts.size());
735 EGLint api = contexts[ctxNdx].first;
736 EGLContext context = contexts[ctxNdx].second;
746 EGLint api = contexts[0].first;
747 EGLContext context = contexts[0].second;
760 EGLint api = contexts[ctxNdx].first;
761 EGLContext context = contexts[ctxNdx].second;
777 EGLint api = contexts[0].first;
778 EGLContext context = contexts[0].second;
810 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
895 void MultiThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
900 const int numContexts = (int)contexts.size();
963 EGLint api = contexts[ctxNdx].first;
964 EGLContext context = contexts[ctxNdx].second;
977 EGLint api = contexts[0].first;
978 EGLContext context = contexts[0].second;
992 threads[threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, m_gl, *programs[threadNdx], packets[threadNdx]));
1002 EGLint api = contexts[0].first;
1003 EGLContext context = contexts[0].second;
1094 "Primitive rendering using multiple GLES2 contexts to shared surface",
1101 "Primitive rendering using multiple GLES3 contexts to shared surface",