Searched refs:OutputCase (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1292 class OutputCase : public FramebufferRenderCase class 1295 …OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase::FrameB… 1296 ~OutputCase (void); 1305 OutputCase::OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase… in OutputCase() function in deqp::gles2::Stress::__anonc37841890111::OutputCase 1310 OutputCase::~OutputCase (void) in ~OutputCase() 1315 void OutputCase::testFBO (void) in testFBO() 1434 std::string OutputCase::genVertexSource (void) const in genVertexSource() 1446 std::string OutputCase::genFragmentSource (void) const in genFragmentSource() 1747 …framebufferGroup->addChild(new OutputCase (m_context, "write_default", "write special floating … in init() 1748 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba", "write special floating po… in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1655 class OutputCase : public FramebufferRenderCase class 1658 …OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase::FrameB… 1659 ~OutputCase (void); 1668 OutputCase::OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase… in OutputCase() function in deqp::gles3::Stress::__anonc3de246b0111::OutputCase 1673 OutputCase::~OutputCase (void) in ~OutputCase() 1678 void OutputCase::testFBO (void) in testFBO() 1797 std::string OutputCase::genVertexSource (void) const in genVertexSource() 1810 std::string OutputCase::genFragmentSource (void) const in genFragmentSource() 2126 …framebufferGroup->addChild(new OutputCase (m_context, "write_default", "write special floating … in init() 2127 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba4", "write special floating p… in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 1480 enum OutputCase enum in deqp::gles31::Functional::__anon38a6d29b0111::InvocationCountShader 1488 …InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCa… 1495 …genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase); 1496 static size_t getNumVertices (int numInvocations, OutputCase testCase); 1499 const OutputCase m_testCase; 1502 …nvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCase) in InvocationCountShader() 1590 …r::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase) in genGeometrySource() 1656 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase) in getNumVertices() 4279 enum OutputCase enum in deqp::gles31::Functional::__anon38a6d29b0111::GeometryInvocationCase 4287 …text& context, const char* name, const char* description, int numInvocations, OutputCase testCase); [all …]
|