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

  /external/deqp/modules/gles31/functional/
es31fIntegerStateQueryTests.hpp 36 class IntegerStateQueryTests : public TestCaseGroup
39 IntegerStateQueryTests (Context& context);
40 ~IntegerStateQueryTests (void);
45 IntegerStateQueryTests (const IntegerStateQueryTests& other);
46 IntegerStateQueryTests& operator= (const IntegerStateQueryTests& other);
es31fIntegerStateQueryTests.cpp 609 IntegerStateQueryTests::IntegerStateQueryTests (Context& context)
614 IntegerStateQueryTests::~IntegerStateQueryTests (void)
618 void IntegerStateQueryTests::init (void)
es31fFunctionalTests.cpp 250 addChild(new IntegerStateQueryTests (m_context));
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.hpp 44 class IntegerStateQueryTests : public TestCaseGroup
47 IntegerStateQueryTests (Context& context);
48 ~IntegerStateQueryTests (void);
54 IntegerStateQueryTests (const IntegerStateQueryTests& other);
55 IntegerStateQueryTests& operator= (const IntegerStateQueryTests& other);
es2fFunctionalTests.cpp 284 addChild(new IntegerStateQueryTests (m_context));
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.hpp 45 class IntegerStateQueryTests : public TestCaseGroup
48 IntegerStateQueryTests (Context& context);
49 ~IntegerStateQueryTests (void);
55 IntegerStateQueryTests (const IntegerStateQueryTests& other);
56 IntegerStateQueryTests& operator= (const IntegerStateQueryTests& other);
es3fFunctionalTests.cpp 345 addChild(new IntegerStateQueryTests (m_context));
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 77 milliseconds