Home | History | Annotate | Download | only in functional

Lines Matching refs:renderTest

878 	bool						renderTest								(const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd);
1663 bool UniformCase::renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd)
1979 const ScopedLogSection section(log, "RenderTest", "Render test");
1980 const bool success = renderTest(basicUniforms, program, rnd);
2059 PERFORM_AND_CHECK(renderTest(basicUniforms, program, rnd), "RenderTest", "Render test");