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

  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 848 tcu::TestCaseGroup* ifElseGroup = new tcu::TestCaseGroup(m_testCtx, "if_else", "if-else Conditional Performance Tests");
849 addChild(ifElseGroup);
855 ifElseGroup->addChild(vertexOrFragmentGroup);
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 860 tcu::TestCaseGroup* ifElseGroup = new tcu::TestCaseGroup(m_testCtx, "if_else", "if-else Conditional Performance Tests");
861 addChild(ifElseGroup);
867 ifElseGroup->addChild(vertexOrFragmentGroup);

Completed in 46 milliseconds