Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp622 class FixedFunctionOOB : public ContextReset class
625FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
626 ~FixedFunctionOOB (void);
644 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedF… in FixedFunctionOOB() function in deqp::egl::__anonceeef6ff0111::FixedFunctionOOB
651 FixedFunctionOOB::~FixedFunctionOOB (void) in ~FixedFunctionOOB()
665 glu::ProgramSources FixedFunctionOOB::genSources (void) in genSources()
686 void FixedFunctionOOB::setup (void) in setup()
718 void FixedFunctionOOB::draw (void) in draw()
730 void FixedFunctionOOB::teardown (void) in teardown()
1299 return de::SharedPtr<ContextReset>(new FixedFunctionOOB(gl, log, params.getFixedFunctionType())); in contextResetFactory()