Lines Matching refs:OutputCase
1465 enum OutputCase enum in deqp::gles31::Functional::__anon38a6d29b0111::InvocationCountShader
1473 InvocationCountShader (int numInvocations, OutputCase testCase);
1480 static std::string genGeometrySource (int numInvocations, OutputCase testCase);
1481 static size_t getNumVertices (int numInvocations, OutputCase testCase);
1484 const OutputCase m_testCase;
1487 InvocationCountShader::InvocationCountShader (int numInvocations, OutputCase testCase) in InvocationCountShader()
1575 std::string InvocationCountShader::genGeometrySource (int numInvocations, OutputCase testCase) in genGeometrySource()
1641 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase) in getNumVertices()
4153 enum OutputCase enum in deqp::gles31::Functional::__anon38a6d29b0111::GeometryInvocationCase
4161 …text& context, const char* name, const char* description, int numInvocations, OutputCase testCase);
4171 static InvocationCountShader::OutputCase mapToShaderCaseType (OutputCase testCase);
4173 const OutputCase m_testCase;
4178 …ntext& context, const char* name, const char* description, int numInvocations, OutputCase testCase) in GeometryInvocationCase()
4282 InvocationCountShader::OutputCase GeometryInvocationCase::mapToShaderCaseType (OutputCase testCase) in mapToShaderCaseType()