Home
last modified time | relevance | path

Searched refs:contextNdx (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp810 for (int contextNdx = 0; contextNdx < (int)m_sharedContexts.size(); contextNdx++) in deinit() local
812 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() local
823 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() local
834 if (m_contexts1[contextNdx] != EGL_NO_CONTEXT) in deinit()
[all …]
DteglGLES2SharedRenderingPerfTests.cpp794 for (int contextNdx = 0; contextNdx < (int)m_contexts.size(); contextNdx++) in run() local
795 m_contexts[contextNdx]->render(); in run()
898 for (int contextNdx = 0; contextNdx < perThreadContextCount; contextNdx++) in createThreads() local
899 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()
DteglMakeCurrentPerfTests.cpp375 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++) in createContexts() local
DteglImageFormatTests.cpp976 for (int contextNdx = 0; contextNdx < (int)m_spec.contexts.size(); contextNdx++) in init() local
979 switch (m_spec.contexts[contextNdx]) in init()
983 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp540 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local
542 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() local
681 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() local
910 sglr::Context& ctx = *contexts[contextNdx]; in testRender()
911 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp537 for (int contextNdx = 0; contextNdx < 2; ++contextNdx) in testRender() local
539 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() local
678 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() local
906 sglr::Context& ctx = *contexts[contextNdx]; in testRender()
907 tcu::Surface& dstSurface = *surfaces[contextNdx]; in testRender()