Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglPartialUpdateTests.cpp73 class PartialUpdateTest : public TestCase class
82 PartialUpdateTest (EglTestContext& eglTestCtx,
87 ~PartialUpdateTest (void);
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
134 PartialUpdateTest::DrawType drawType;
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand()
162 void generateRandomFrame (Frame& dst, const vector<PartialUpdateTest::DrawType>& drawTypes, de::Ran… in generateRandomFrame()
252 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER) in render()
302 else if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR) in render()
335 …e.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNdx].draw… in render()
[all …]