Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.hpp36 class OpaqueTypeIndexingTests : public TestCaseGroup class
39 OpaqueTypeIndexingTests (Context& context);
40 ~OpaqueTypeIndexingTests (void);
45 OpaqueTypeIndexingTests (const OpaqueTypeIndexingTests&);
46 OpaqueTypeIndexingTests& operator= (const OpaqueTypeIndexingTests&);
Des31fOpaqueTypeIndexingTests.cpp1136 OpaqueTypeIndexingTests::OpaqueTypeIndexingTests (Context& context) in OpaqueTypeIndexingTests() function in deqp::gles31::Functional::OpaqueTypeIndexingTests
1141 OpaqueTypeIndexingTests::~OpaqueTypeIndexingTests (void) in ~OpaqueTypeIndexingTests()
1145 void OpaqueTypeIndexingTests::init (void) in init()
Des31fFunctionalTests.cpp192 addChild(new OpaqueTypeIndexingTests (m_context)); in init()