Searched refs:primitiveGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 508 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "points", "")); in createTestsInGroup() local 518 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup() 520 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup() 525 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "lines", "")); in createTestsInGroup() local 536 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup() 538 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup() 543 MovePtr<tcu::TestCaseGroup> primitiveGroup (new tcu::TestCaseGroup(testCtx, "triangles", "")); in createTestsInGroup() local 554 …addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, cases[i].description, initProgram… in createTestsInGroup() 556 scissorGroup->addChild(primitiveGroup.release()); in createTestsInGroup()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1661 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local 1663 modeGroup->addChild(primitiveGroup); in init() 1675 …primitiveGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferMode, primitiveType,… in init() 1695 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local 1697 modeGroup->addChild(primitiveGroup); in init() 1709 …primitiveGroup->addChild(new BasicArrayCase(m_context, name.c_str(), "", bufferMode, primitiveType… in init() 1729 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local 1731 modeGroup->addChild(primitiveGroup); in init() 1743 …primitiveGroup->addChild(new ArrayElementCase(m_context, name.c_str(), "", bufferMode, primitiveTy… in init() 1791 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local [all …]
|
D | es3fRasterizationTests.cpp | 2375 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(m_testCtx, "primitives", "Primit… in init() local 2376 colorAttachmentGroup->addChild(primitiveGroup); in init() 2378 …primitiveGroup->addChild(new TrianglesCase (m_context, "triangles", "Render primitives as GL_TRIAN… in init() 2379 …primitiveGroup->addChild(new LinesCase (m_context, "lines", "Render primitives as GL_LINES, veri… in init() 2380 …primitiveGroup->addChild(new LinesCase (m_context, "lines_wide", "Render primitives as GL_LINES w… in init() 2381 …primitiveGroup->addChild(new PointCase (m_context, "points", "Render primitives as GL_POINTS, ve… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 6867 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(testCtx, primitiveTypes[primitiv… in createRasterizationTests() local 6869 samplesGroup->addChild(primitiveGroup); in createRasterizationTests() 6874 primitiveGroup->addChild(normal); in createRasterizationTests() 6914 primitiveGroup->addChild(degenerate); in createRasterizationTests() 6962 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(testCtx, primitiveTypes[primitiv… in createRasterizationTests() local 6964 samplesGroup->addChild(primitiveGroup); in createRasterizationTests() 6969 primitiveGroup->addChild(normal); in createRasterizationTests() 7018 primitiveGroup->addChild(degenerate); in createRasterizationTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 5107 …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()
|