/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.hpp | 74 virtual void renderTest (const glw::Functions& gl) = 0;
|
D | glsStateChangePerfTestCases.cpp | 588 renderTest(gl); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 877 …bool renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… 1653 bool UniformCase::renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… in renderTest() function in deqp::gles2::Functional::UniformCase 1970 const bool success = renderTest(basicUniforms, program, rnd); in test() 2049 PERFORM_AND_CHECK(renderTest(basicUniforms, program, rnd), "RenderTest", "Render test"); in test()
|
/external/deqp/modules/gles2/performance/ |
D | es2pRedundantStateChangeTests.cpp | 55 virtual void renderTest (const glw::Functions& gl); 73 void RedundantStateChangeCase::renderTest (const glw::Functions& gl) in renderTest() function in deqp::gles2::Performance::__anonad3955280111::RedundantStateChangeCase
|
D | es2pStateChangeTests.cpp | 55 virtual void renderTest (const glw::Functions& gl); 74 void StateChangeCase::renderTest (const glw::Functions& gl) in renderTest() function in deqp::gles2::Performance::__anon22de11030111::StateChangeCase
|
/external/deqp/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 55 virtual void renderTest (const glw::Functions& gl); 73 void RedundantStateChangeCase::renderTest (const glw::Functions& gl) in renderTest() function in deqp::gles3::Performance::__anon32c456aa0111::RedundantStateChangeCase
|
D | es3pStateChangeTests.cpp | 55 virtual void renderTest (const glw::Functions& gl); 74 void StateChangeCase::renderTest (const glw::Functions& gl) in renderTest() function in deqp::gles3::Performance::__anon3691c8450111::StateChangeCase
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 1046 …bool renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… 2065 bool UniformCase::renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… in renderTest() function in deqp::gles3::Functional::UniformCase 2473 const bool success = renderTest(basicUniforms, program, rnd); in test() 2560 PERFORM_AND_CHECK(renderTest(basicUniforms, program, rnd), "RenderTest", "Render test"); in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 904 …bool renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… 1568 bool UniformCase::renderTest (const vector<BasicUniform>& basicUniforms, const ShaderProgram& progr… in renderTest() function in deqp::gles31::Functional::UniformCase 1826 const bool success = renderTest(basicUniforms, program, rnd); in test()
|