HomeSort by relevance Sort by last modified time
    Searched refs:contextCount (Results 1 - 15 of 15) sorted by null

  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 1142 int contextCount = perThreadContextCounts[contextCountNdx];
1144 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1149 config.perThreadContextCount = contextCount;
1158 if (threadCount * contextCount == 1)
1161 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
    [all...]
teglMakeCurrentPerfTests.cpp 69 int contextCount;
124 if (contextCount > 1)
125 name << "s_" << contextCount;
352 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++)
543 spec.contextCount = 1;
579 spec.contextCount = contextCounts[contextCountNdx];
623 spec.contextCount = 1;
672 spec.contextCount = contextCounts[contextCountNdx];