Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglColorClearTests.hpp34 class ColorClearTests : public TestCaseGroup class
37 ColorClearTests (EglTestContext& eglTestCtx);
38 virtual ~ColorClearTests (void);
DteglColorClearTests.cpp38 ColorClearTests::ColorClearTests (EglTestContext& eglTestCtx) in ColorClearTests() function in deqp::egl::ColorClearTests
43 ColorClearTests::~ColorClearTests (void) in ~ColorClearTests()
80 void ColorClearTests::init (void) in init()
DteglTestPackage.cpp119 addChild(new ColorClearTests (m_eglTestCtx)); in init()