Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.hpp36 class InternalFormatQueryTests : public TestCaseGroup class
39 InternalFormatQueryTests (Context& context);
40 ~InternalFormatQueryTests (void);
45 InternalFormatQueryTests (const InternalFormatQueryTests& other);
46 InternalFormatQueryTests& operator= (const InternalFormatQueryTests& other);
Des31fInternalFormatQueryTests.cpp361 InternalFormatQueryTests::InternalFormatQueryTests (Context& context) in InternalFormatQueryTests() function in deqp::gles31::Functional::InternalFormatQueryTests
366 InternalFormatQueryTests::~InternalFormatQueryTests (void) in ~InternalFormatQueryTests()
370 void InternalFormatQueryTests::init (void) in init()
Des31fFunctionalTests.cpp279 addChild(new InternalFormatQueryTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.hpp36 class InternalFormatQueryTests : public TestCaseGroup class
39 InternalFormatQueryTests (Context& context);
44 InternalFormatQueryTests (const InternalFormatQueryTests& other);
45 InternalFormatQueryTests& operator= (const InternalFormatQueryTests& other);
Des3fInternalFormatQueryTests.cpp165 InternalFormatQueryTests::InternalFormatQueryTests (Context& context) in InternalFormatQueryTests() function in deqp::gles3::Functional::InternalFormatQueryTests
170 void InternalFormatQueryTests::init (void) in init()
Des3fFunctionalTests.cpp360 addChild(new InternalFormatQueryTests (m_context)); in init()