Lines Matching refs:inputPrimitives
123 const PrimitiveTestSpec& inputPrimitives);
135 GeometryExpanderRenderTest::GeometryExpanderRenderTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives)
136 : TestCase (testCtx, inputPrimitives.name)
137 , m_primitiveType (inputPrimitives.primitiveType)
138 , m_outputType (inputPrimitives.outputType)
244 TriangleStripAdjacencyVertexCountTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices);
250 TriangleStripAdjacencyVertexCountTest::TriangleStripAdjacencyVertexCountTest (TestContext& testCtx, const PrimitiveTestSpec& inputPrimitives, const int numInputVertices)
251 : GeometryExpanderRenderTest (testCtx, inputPrimitives)
270 const PrimitiveTestSpec inputPrimitives[] =
284 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(inputPrimitives); ++ndx)
285 basicPrimitiveGroup->addChild(new GeometryExpanderRenderTest(testCtx, inputPrimitives[ndx]));