Searched defs:OutputCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1463 enum OutputCase enum in class:deqp::gles31::Functional::__anon20266::InvocationCountShader
1471 InvocationCountShader (int numInvocations, OutputCase testCase);
1478 static std::string genGeometrySource (int numInvocations, OutputCase testCase);
1479 static size_t getNumVertices (int numInvocations, OutputCase testCase);
1482 const OutputCase m_testCase;
1485 InvocationCountShader::InvocationCountShader (int numInvocations, OutputCase testCase)
1573 std::string InvocationCountShader::genGeometrySource (int numInvocations, OutputCase testCase)
1639 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase)
4148 enum OutputCase
4156 GeometryInvocationCase (Context& context, const char* name, const char* description, int numInvocations, OutputCase testCas
[all...]

Completed in 2350 milliseconds