Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglMultiContextTests.cpp202 for (size_t contextNdx = 0; contextNdx < contexts.size(); contextNdx++) in iterate() local
204 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate()
205 contexts[contextNdx] = EGL_NO_CONTEXT; in iterate()
213 for (size_t contextNdx = 0; contextNdx < contexts.size(); contextNdx++) in iterate() local
215 if (contexts[contextNdx] != EGL_NO_CONTEXT) in iterate()
216 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate()
DteglMultiThreadTests.cpp794 for (int contextNdx = 0; contextNdx < (int)m_sharedContexts.size(); contextNdx++) in deinit() local
796 if (m_sharedContexts[contextNdx] != EGL_NO_CONTEXT) in deinit()
798 egl.destroyContext(m_display, m_sharedContexts[contextNdx]); in deinit()
800 m_sharedContexts[contextNdx] = EGL_NO_CONTEXT; in deinit()
805 for (int contextNdx = 0; contextNdx < (int)m_contexts0.size(); contextNdx++) in deinit() local
807 if (m_contexts0[contextNdx] != EGL_NO_CONTEXT) in deinit()
809 egl.destroyContext(m_display, m_contexts0[contextNdx]); in deinit()
811 m_contexts0[contextNdx] = EGL_NO_CONTEXT; in deinit()
816 for (int contextNdx = 0; contextNdx < (int)m_contexts1.size(); contextNdx++) in deinit() local
818 if (m_contexts1[contextNdx] != EGL_NO_CONTEXT) in deinit()
[all …]
DteglGLES2SharedRenderingPerfTests.cpp789 for (int contextNdx = 0; contextNdx < (int)m_contexts.size(); contextNdx++) in run() local
790 m_contexts[contextNdx]->render(); in run()
895 for (int contextNdx = 0; contextNdx < perThreadContextCount; contextNdx++) in createThreads() local
896 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()
DteglMakeCurrentPerfTests.cpp375 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++) in createContexts() local
DteglImageFormatTests.cpp1662 for (int contextNdx = 0; contextNdx < (int)m_spec.contexts.size(); contextNdx++) in init() local
1665 switch (m_spec.contexts[contextNdx]) in init()
1669 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 2); in init()
1675 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 3); in init()
/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()
/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()