Home | History | Annotate | Download | only in functional

Lines Matching defs:renderTest

1047 	bool						renderTest								(const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd);
2075 bool UniformCase::renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd)
2482 const ScopedLogSection section(log, "RenderTest", "Render test");
2483 const bool success = renderTest(basicUniforms, program, rnd);
2570 PERFORM_AND_CHECK(renderTest(basicUniforms, program, rnd), "RenderTest", "Render test");