Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.hpp36 class PolygonOffsetTests : public TestCaseGroup class
39 PolygonOffsetTests (Context& context);
40 virtual ~PolygonOffsetTests (void);
44 PolygonOffsetTests (const PolygonOffsetTests&);
45 PolygonOffsetTests& operator= (const PolygonOffsetTests&);
Des2fPolygonOffsetTests.cpp1188 PolygonOffsetTests::PolygonOffsetTests (Context& context) in PolygonOffsetTests() function in deqp::gles2::Functional::PolygonOffsetTests
1193 PolygonOffsetTests::~PolygonOffsetTests (void) in ~PolygonOffsetTests()
1197 void PolygonOffsetTests::init (void) in init()
Des2fFunctionalTests.cpp336 addChild(new PolygonOffsetTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.hpp36 class PolygonOffsetTests : public TestCaseGroup class
39 PolygonOffsetTests (Context& context);
40 virtual ~PolygonOffsetTests (void);
44 PolygonOffsetTests (const PolygonOffsetTests&);
45 PolygonOffsetTests& operator= (const PolygonOffsetTests&);
Des3fPolygonOffsetTests.cpp1191 PolygonOffsetTests::PolygonOffsetTests (Context& context) in PolygonOffsetTests() function in deqp::gles3::Functional::PolygonOffsetTests
1196 PolygonOffsetTests::~PolygonOffsetTests (void) in ~PolygonOffsetTests()
1200 void PolygonOffsetTests::init (void) in init()
Des3fFunctionalTests.cpp410 addChild(new PolygonOffsetTests (m_context)); in init()