Home
last modified time | relevance | path

Searched refs:FixedFunctionOOB (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglRobustnessTests.cpp909 class FixedFunctionOOB : public ContextReset class
912FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
913 ~FixedFunctionOOB (void);
931 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedF… in FixedFunctionOOB() function in deqp::egl::__anon80c5ce610111::FixedFunctionOOB
938 FixedFunctionOOB::~FixedFunctionOOB (void) in ~FixedFunctionOOB()
952 glu::ProgramSources FixedFunctionOOB::genSources (void) in genSources()
973 void FixedFunctionOOB::setup (void) in setup()
1005 void FixedFunctionOOB::draw (void) in draw()
1017 void FixedFunctionOOB::teardown (void) in teardown()
1589 return de::SharedPtr<ContextReset>(new FixedFunctionOOB(gl, log, params.getFixedFunctionType())); in contextResetFactory()