Home
last modified time | relevance | path

Searched refs:primitiveGroup (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp514 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "points", "")); in createTestsInGroup() local
524 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup()
526 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup()
531 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "lines", "")); in createTestsInGroup() local
542 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup()
544 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup()
549 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "triangles", "")); in createTestsInGroup() local
560 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup()
562 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1659 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1661 modeGroup->addChild(primitiveGroup); in init()
1673primitiveGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferMode, primitiveType,… in init()
1693 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1695 modeGroup->addChild(primitiveGroup); in init()
1707primitiveGroup->addChild(new BasicArrayCase(m_context, name.c_str(), "", bufferMode, primitiveType… in init()
1727 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1729 modeGroup->addChild(primitiveGroup); in init()
1741primitiveGroup->addChild(new ArrayElementCase(m_context, name.c_str(), "", bufferMode, primitiveTy… in init()
1789 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
[all …]
Des3fRasterizationTests.cpp2370 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(m_testCtx, "primitives", "Primit… in init() local
2371 colorAttachmentGroup->addChild(primitiveGroup); in init()
2373primitiveGroup->addChild(new TrianglesCase (m_context, "triangles", "Render primitives as GL_TRIAN… in init()
2374primitiveGroup->addChild(new LinesCase (m_context, "lines", "Render primitives as GL_LINES, veri… in init()
2375primitiveGroup->addChild(new LinesCase (m_context, "lines_wide", "Render primitives as GL_LINES w… in init()
2376primitiveGroup->addChild(new PointCase (m_context, "points", "Render primitives as GL_POINTS, ve… in init()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp5107 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primit… in init() local
5108 addChild(primitiveGroup); in init()
5113 primitiveGroup->addChild(methodGroup); in init()