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

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 380 TestCaseGroup* dstGroup = new TestCaseGroup(m_context, "dst", "Destination functions");
382 mainGroup->addChild(dstGroup);
389 TestCaseGroup* curGroup = isSrc ? srcGroup : dstGroup;
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 448 TestCaseGroup* dstGroup = new TestCaseGroup(m_context, "dst", "Destination functions");
450 mainGroup->addChild(dstGroup);
457 TestCaseGroup* curGroup = isSrc ? srcGroup : dstGroup;

Completed in 451 milliseconds