Lines Matching refs:BasicInvarianceTest
401 class BasicInvarianceTest : public InvarianceTest class
404 …BasicInvarianceTest (Context& ctx, const char* name, const char* desc, const std::string& vertexS…
414 const char* const BasicInvarianceTest::s_basicFragmentShader = "uniform mediump vec4 u_color;\n"
422 BasicInvarianceTest::BasicInvarianceTest (Context& ctx, const char* name, const char* desc, const s… in BasicInvarianceTest() function in deqp::gles2::Functional::__anonf1fc3b0b0111::BasicInvarianceTest
430 BasicInvarianceTest::ShaderPair BasicInvarianceTest::genShaders (void) const in genShaders()
509 …group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_0", "Shader shares a sube… in init()
532 …group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_1", "Shader shares a sube… in init()
562 …group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_2", "Shader shares a sube… in init()
591 …group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_3", "Shader shares a sube… in init()
633 …group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrel… in init()
674 group->addChild(new BasicInvarianceTest(m_context, "loop_0", "Invariant value set using a loop", in init()
705 group->addChild(new BasicInvarianceTest(m_context, "loop_1", "Invariant value set using a loop", in init()
736 group->addChild(new BasicInvarianceTest(m_context, "loop_2", "Invariant value set using a loop", in init()
772 group->addChild(new BasicInvarianceTest(m_context, "loop_3", "Invariant value set using a loop", in init()
805 group->addChild(new BasicInvarianceTest(m_context, "loop_4", "Invariant value set using a loop", in init()