Home
last modified time | relevance | path

Searched refs:callCountGroup (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp1021 TestCaseGroup* callCountGroup = new TestCaseGroup(m_context, (de::toString(drawCallCount) + (drawCallCount == 1 ? "_draw" : "_draws")).c_str(), ("Test batched rendering performance with " + de::toString(drawCallCount) + " draw calls.").c_str()); in init() local
1025 callCountGroup->addChild(attributeCount1Group); in init()
1026 callCountGroup->addChild(attributeCount8Group); in init()
1028 drawTypeGroup->addChild(callCountGroup); in init()

Completed in 2 milliseconds