Searched refs:contextNdx (Results 1 – 6 of 6) sorted by relevance
810 for (int contextNdx = 0; contextNdx < (int)m_sharedContexts.size(); contextNdx++) in deinit() local812 if (m_sharedContexts[contextNdx] != EGL_NO_CONTEXT) in deinit()814 egl.destroyContext(m_display, m_sharedContexts[contextNdx]); in deinit()816 m_sharedContexts[contextNdx] = EGL_NO_CONTEXT; in deinit()821 for (int contextNdx = 0; contextNdx < (int)m_contexts0.size(); contextNdx++) in deinit() local823 if (m_contexts0[contextNdx] != EGL_NO_CONTEXT) in deinit()825 egl.destroyContext(m_display, m_contexts0[contextNdx]); in deinit()827 m_contexts0[contextNdx] = EGL_NO_CONTEXT; in deinit()832 for (int contextNdx = 0; contextNdx < (int)m_contexts1.size(); contextNdx++) in deinit() local834 if (m_contexts1[contextNdx] != EGL_NO_CONTEXT) in deinit()[all …]
794 for (int contextNdx = 0; contextNdx < (int)m_contexts.size(); contextNdx++) in run() local795 m_contexts[contextNdx]->render(); in run()898 for (int contextNdx = 0; contextNdx < perThreadContextCount; contextNdx++) in createThreads() local899 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()
375 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++) in createContexts() local
976 for (int contextNdx = 0; contextNdx < (int)m_spec.contexts.size(); contextNdx++) in init() local979 switch (m_spec.contexts[contextNdx]) in init()983 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init()
540 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local542 sglr::Context& ctx = *contexts[contextNdx]; in testRender()543 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()679 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local681 sglr::Context& ctx = *contexts[contextNdx]; in testRender()682 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()908 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local910 sglr::Context& ctx = *contexts[contextNdx]; in testRender()911 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()
537 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local539 sglr::Context& ctx = *contexts[contextNdx]; in testRender()540 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()676 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local678 sglr::Context& ctx = *contexts[contextNdx]; in testRender()679 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()904 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local906 sglr::Context& ctx = *contexts[contextNdx]; in testRender()907 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()