Lines Matching refs:InfiniteLoop
678 class InfiniteLoop : public ContextReset class
681 InfiniteLoop (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType);
682 ~InfiniteLoop (void);
698 InfiniteLoop::InfiniteLoop (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType) in InfiniteLoop() function in deqp::egl::__anon80c5ce610111::InfiniteLoop
706 InfiniteLoop::~InfiniteLoop (void) in ~InfiniteLoop()
720 glu::ProgramSources InfiniteLoop::genSources(void) in genSources()
728 glu::ProgramSources InfiniteLoop::genComputeSource(void) in genComputeSource()
744 glu::ProgramSources InfiniteLoop::genNonComputeSource (void) in genNonComputeSource()
814 void InfiniteLoop::setup (void) in setup()
865 void InfiniteLoop::draw (void) in draw()
876 void InfiniteLoop::teardown (void) in teardown()
1567 return de::SharedPtr<ContextReset>(new InfiniteLoop(gl, log, params.getShaderType())); in contextResetFactory()
1934 de::UniquePtr<ContextReset> contextReset(new InfiniteLoop(gl, log, m_params.getShaderType())); in iterate()
2060 de::UniquePtr<ContextReset> contextReset(new InfiniteLoop(gl, log, m_params.getShaderType())); in iterate()