Searched refs:primitiveGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1659 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local 1661 modeGroup->addChild(primitiveGroup); in init() 1673 …primitiveGroup->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() 1707 …primitiveGroup->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() 1741 …primitiveGroup->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 …]
|
D | es3fRasterizationTests.cpp | 2366 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(m_testCtx, "primitives", "Primit… in init() local 2367 colorAttachmentGroup->addChild(primitiveGroup); in init() 2369 …primitiveGroup->addChild(new TrianglesCase (m_context, "triangles", "Render primitives as GL_TRIAN… in init() 2370 …primitiveGroup->addChild(new LinesCase (m_context, "lines", "Render primitives as GL_LINES, veri… in init() 2371 …primitiveGroup->addChild(new LinesCase (m_context, "lines_wide", "Render primitives as GL_LINES w… in init() 2372 …primitiveGroup->addChild(new PointCase (m_context, "points", "Render primitives as GL_POINTS, ve… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4889 …tcu::TestCaseGroup* const primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primit… in init() local 4890 addChild(primitiveGroup); in init() 4895 primitiveGroup->addChild(methodGroup); in init()
|