Lines Matching defs:FixedFunctionOOB
622 class FixedFunctionOOB : public ContextReset
625 FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
626 ~FixedFunctionOOB (void);
644 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType)
651 FixedFunctionOOB::~FixedFunctionOOB (void)
665 glu::ProgramSources FixedFunctionOOB::genSources (void)
686 void FixedFunctionOOB::setup (void)
718 void FixedFunctionOOB::draw (void)
730 void FixedFunctionOOB::teardown (void)
1299 return de::SharedPtr<ContextReset>(new FixedFunctionOOB(gl, log, params.getFixedFunctionType()));