Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRobustnessTests.cpp902 class FixedFunctionOOB : public ContextReset class
905FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
906 ~FixedFunctionOOB (void);
924 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedF… in FixedFunctionOOB() function in deqp::egl::__anon80c5ce610111::FixedFunctionOOB
931 FixedFunctionOOB::~FixedFunctionOOB (void) in ~FixedFunctionOOB()
945 glu::ProgramSources FixedFunctionOOB::genSources (void) in genSources()
966 void FixedFunctionOOB::setup (void) in setup()
998 void FixedFunctionOOB::draw (void) in draw()
1010 void FixedFunctionOOB::teardown (void) in teardown()
1570 return de::SharedPtr<ContextReset>(new FixedFunctionOOB(gl, log, params.getFixedFunctionType())); in contextResetFactory()