HomeSort by relevance Sort by last modified time
    Searched refs:BooleanStateQueryTests (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.hpp 36 class BooleanStateQueryTests : public TestCaseGroup
39 BooleanStateQueryTests (Context& context);
40 ~BooleanStateQueryTests (void);
45 BooleanStateQueryTests (const BooleanStateQueryTests& other);
46 BooleanStateQueryTests& operator= (const BooleanStateQueryTests& other);
es31fBooleanStateQueryTests.cpp 104 BooleanStateQueryTests::BooleanStateQueryTests (Context& context)
109 BooleanStateQueryTests::~BooleanStateQueryTests (void)
113 void BooleanStateQueryTests::init (void)
es31fFunctionalTests.cpp 268 addChild(new BooleanStateQueryTests (m_context));
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.hpp 45 class BooleanStateQueryTests : public TestCaseGroup
48 BooleanStateQueryTests (Context& context);
49 ~BooleanStateQueryTests (void);
55 BooleanStateQueryTests (const BooleanStateQueryTests& other);
56 BooleanStateQueryTests& operator= (const BooleanStateQueryTests& other);
es2fBooleanStateQueryTests.cpp 537 BooleanStateQueryTests::BooleanStateQueryTests (Context& context)
546 BooleanStateQueryTests::~BooleanStateQueryTests (void)
551 void BooleanStateQueryTests::init (void)
594 void BooleanStateQueryTests::deinit (void)
es2fFunctionalTests.cpp 284 addChild(new BooleanStateQueryTests (m_context));
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.hpp 46 class BooleanStateQueryTests : public TestCaseGroup
49 BooleanStateQueryTests (Context& context);
50 ~BooleanStateQueryTests (void);
56 BooleanStateQueryTests (const BooleanStateQueryTests& other);
57 BooleanStateQueryTests& operator= (const BooleanStateQueryTests& other);
es3fBooleanStateQueryTests.cpp 727 BooleanStateQueryTests::BooleanStateQueryTests (Context& context)
737 BooleanStateQueryTests::~BooleanStateQueryTests (void)
742 void BooleanStateQueryTests::init (void)
795 void BooleanStateQueryTests::deinit (void)
es3fFunctionalTests.cpp 346 addChild(new BooleanStateQueryTests (m_context));

Completed in 125 milliseconds