Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboStateQueryTests.hpp36 class FboStateQueryTests : public TestCaseGroup class
39 FboStateQueryTests (Context& context);
44 FboStateQueryTests (const FboStateQueryTests& other);
45 FboStateQueryTests& operator= (const FboStateQueryTests& other);
Des2fFboStateQueryTests.cpp216 FboStateQueryTests::FboStateQueryTests (Context& context) in FboStateQueryTests() function in deqp::gles2::Functional::FboStateQueryTests
221 void FboStateQueryTests::init (void) in init()
Des2fFunctionalTests.cpp290 addChild(new FboStateQueryTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.hpp36 class FboStateQueryTests : public TestCaseGroup class
39 FboStateQueryTests (Context& context);
44 FboStateQueryTests (const FboStateQueryTests& other);
45 FboStateQueryTests& operator= (const FboStateQueryTests& other);
Des3fFboStateQueryTests.cpp992 FboStateQueryTests::FboStateQueryTests (Context& context) in FboStateQueryTests() function in deqp::gles3::Functional::FboStateQueryTests
997 void FboStateQueryTests::init (void) in init()
Des3fFunctionalTests.cpp357 addChild(new FboStateQueryTests (m_context)); in init()