Lines Matching defs:testCase
1500 InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCase);
1507 static std::string genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase);
1508 static size_t getNumVertices (int numInvocations, OutputCase testCase);
1514 InvocationCountShader::InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCase)
1525 getNumVertices(numInvocations, testCase),
1527 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations, testCase)))
1529 , m_testCase (testCase)
1602 std::string InvocationCountShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase)
1604 const int maxVertices = (int)getNumVertices(numInvocations, testCase);
1621 if (testCase == CASE_FIXED_OUTPUT_COUNTS)
1635 else if (testCase == CASE_DIFFERENT_OUTPUT_COUNTS)
1668 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase)
1670 switch (testCase)
4358 GeometryInvocationCase (Context& context, const char* name, const char* description, int numInvocations, OutputCase testCase);
4368 static InvocationCountShader::OutputCase mapToShaderCaseType (OutputCase testCase);
4375 GeometryInvocationCase::GeometryInvocationCase (Context& context, const char* name, const char* description, int numInvocations, OutputCase testCase)
4377 , m_testCase (testCase)
4479 InvocationCountShader::OutputCase GeometryInvocationCase::mapToShaderCaseType (OutputCase testCase)
4481 switch (testCase)