Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fColorClearTest.hpp38 class ColorClearTest : public TestCaseGroup class
41 ColorClearTest (Context& context);
42 virtual ~ColorClearTest (void);
47 ColorClearTest (const ColorClearTest&); // not allowed!
48 ColorClearTest& operator= (const ColorClearTest&); // not allowed!
Des3fColorClearTest.cpp297 ColorClearTest::ColorClearTest (Context& context) : TestCaseGroup(context, "color_clear", "Color Cl… in ColorClearTest() function in deqp::gles3::Functional::ColorClearTest
301 ColorClearTest::~ColorClearTest (void) in ~ColorClearTest()
305 void ColorClearTest::init (void) in init()
Des3fFunctionalTests.cpp377 addChild(new ColorClearTest (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.hpp38 class ColorClearTest : public TestCaseGroup class
41 ColorClearTest (Context& context);
42 virtual ~ColorClearTest (void);
47 ColorClearTest (const ColorClearTest&); // not allowed!
48 ColorClearTest& operator= (const ColorClearTest&); // not allowed!
Des2fColorClearTest.cpp297 ColorClearTest::ColorClearTest (Context& context) : TestCaseGroup(context, "color_clear", "Color Cl… in ColorClearTest() function in deqp::gles2::Functional::ColorClearTest
301 ColorClearTest::~ColorClearTest (void) in ~ColorClearTest()
305 void ColorClearTest::init (void) in init()
Des2fFunctionalTests.cpp311 addChild(new ColorClearTest (m_context)); in init()