Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.hpp36 class IndexedStateQueryTests : public TestCaseGroup class
39 IndexedStateQueryTests (Context& context);
40 ~IndexedStateQueryTests (void);
45 IndexedStateQueryTests (const IndexedStateQueryTests& other);
46 IndexedStateQueryTests& operator= (const IndexedStateQueryTests& other);
Des31fFunctionalTests.cpp274 addChild(new IndexedStateQueryTests (m_context)); in init()
Des31fIndexedStateQueryTests.cpp1457 IndexedStateQueryTests::IndexedStateQueryTests (Context& context) in IndexedStateQueryTests() function in deqp::gles31::Functional::IndexedStateQueryTests
1462 IndexedStateQueryTests::~IndexedStateQueryTests (void) in ~IndexedStateQueryTests()
1466 void IndexedStateQueryTests::init (void) in init()
/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.hpp36 class IndexedStateQueryTests : public TestCaseGroup class
39 IndexedStateQueryTests (Context& context);
44 IndexedStateQueryTests (const IndexedStateQueryTests& other);
45 IndexedStateQueryTests& operator= (const IndexedStateQueryTests& other);
Des3fIndexedStateQueryTests.cpp431 IndexedStateQueryTests::IndexedStateQueryTests (Context& context) in IndexedStateQueryTests() function in deqp::gles3::Functional::IndexedStateQueryTests
436 void IndexedStateQueryTests::init (void) in init()
Des3fFunctionalTests.cpp352 addChild(new IndexedStateQueryTests (m_context)); in init()