Lines Matching defs:OutputCase
1492 enum OutputCase
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);
1511 const OutputCase m_testCase;
1514 InvocationCountShader::InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCase)
1602 std::string InvocationCountShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase)
1668 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase)
4350 enum OutputCase
4358 GeometryInvocationCase (Context& context, const char* name, const char* description, int numInvocations, OutputCase testCase);
4368 static InvocationCountShader::OutputCase mapToShaderCaseType (OutputCase testCase);
4370 const OutputCase m_testCase;
4375 GeometryInvocationCase::GeometryInvocationCase (Context& context, const char* name, const char* description, int numInvocations, OutputCase testCase)
4479 InvocationCountShader::OutputCase GeometryInvocationCase::mapToShaderCaseType (OutputCase testCase)