Searched refs:ColorClearTest (Results 1 – 6 of 6) sorted by relevance
38 class ColorClearTest : public TestCaseGroup class41 ColorClearTest (Context& context);42 virtual ~ColorClearTest (void);47 ColorClearTest (const ColorClearTest&); // not allowed!48 ColorClearTest& operator= (const ColorClearTest&); // not allowed!
297 ColorClearTest::ColorClearTest (Context& context) : TestCaseGroup(context, "color_clear", "Color Cl… in ColorClearTest() function in deqp::gles3::Functional::ColorClearTest301 ColorClearTest::~ColorClearTest (void) in ~ColorClearTest()305 void ColorClearTest::init (void) in init()
377 addChild(new ColorClearTest (m_context)); in init()
297 ColorClearTest::ColorClearTest (Context& context) : TestCaseGroup(context, "color_clear", "Color Cl… in ColorClearTest() function in deqp::gles2::Functional::ColorClearTest301 ColorClearTest::~ColorClearTest (void) in ~ColorClearTest()305 void ColorClearTest::init (void) in init()
311 addChild(new ColorClearTest (m_context)); in init()