Home
last modified time | relevance | path

Searched refs:contextCount (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp1130 int contextCount = perThreadContextCounts[contextCountNdx]; in init() local
1132 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1137 config.perThreadContextCount = contextCount; in init()
1146 if (threadCount * contextCount == 1) in init()
1149 …eringPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call… in init()
1158 if (threadCount * contextCount == 1) in init()
1161 …nderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call")… in init()
1179 int contextCount = perThreadContextCounts[contextCountNdx]; in init() local
1181 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1186 config.perThreadContextCount = contextCount; in init()
[all …]
DteglMultiContextTests.cpp150 for (size_t contextCount = 0; contextCount < maxContextCount; contextCount++) in iterate() local
152 …Context = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts[rng.getUint32() % (deUint32) in iterate()
158 …log << TestLog::Message << "Got error after creating " << contextCount << " contexts." << TestLog:… in iterate()
162 if (contextCount < minContextCount) in iterate()
186 …log << TestLog::Message << "Failed to make " << (contextCount + 1) << "th context current: " << eg… in iterate()
DteglMakeCurrentPerfTests.cpp74 int contextCount; member
130 if (contextCount > 1) in toName()
131 name << "s_" << contextCount; in toName()
375 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++) in createContexts()
571 spec.contextCount = 1; in init()
607 spec.contextCount = contextCounts[contextCountNdx]; in init()
651 spec.contextCount = 1; in init()
700 spec.contextCount = contextCounts[contextCountNdx]; in init()
DteglMultiThreadTests.cpp712 …hared (TestThread& thread, int pbufferCount, int pixmapCount, int windowCount, int contextCount);
1288 …omShared (TestThread& thread, int pbufferCount, int pixmapCount, int windowCount, int contextCount) in pullObjectsFromShared() argument
1320 for (int contextNdx = 0; contextNdx < contextCount; contextNdx++) in pullObjectsFromShared()