Home
last modified time | relevance | path

Searched refs:createTestName (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp1071 string createTestName(int threads, int perThreadContextCount) in createTestName() function
1149 …up->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, c… in init()
1161 …sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(thr… in init()
1197 …up->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, c… in init()
1209 …sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(thr… in init()
1246 …up->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, c… in init()
1258 …roup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, c… in init()
1295 …up->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, c… in init()
1307 …roup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, c… in init()
1344 …up->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, c… in init()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.hpp98 std::string createTestName(const StageType& stageType, const LayoutBindingParameters& testArgs);
Des31cLayoutBindingTests.cpp3358 String LayoutBindingTests::createTestName(const StageType& stageType, const LayoutBindingParameters… in createTestName() function in glcts::LayoutBindingTests
3377 String testName = createTestName(*stagesIter, *testArgsIter); in init()