Searched refs:ProgramInterfaceQueryTests (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.hpp32 class ProgramInterfaceQueryTests : public deqp::TestCaseGroup class in namespace:gl4cts
35 ProgramInterfaceQueryTests(deqp::Context& context);
36 ~ProgramInterfaceQueryTests(void);
41 ProgramInterfaceQueryTests(const ProgramInterfaceQueryTests& other);
42 ProgramInterfaceQueryTests& operator=(const ProgramInterfaceQueryTests& other);
H A Dgl4cTestPackages.cpp233 addChild(new gl4cts::ProgramInterfaceQueryTests(getContext()));
H A Dgl4cProgramInterfaceQueryTests.cpp5029 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests(deqp::Context& context) function in class:gl4cts::ProgramInterfaceQueryTests
5034 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests(void)
5038 void ProgramInterfaceQueryTests::init()
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.hpp36 class ProgramInterfaceQueryTests : public TestCaseGroup class in namespace:deqp::gles31::Functional
39 ProgramInterfaceQueryTests (Context& context);
40 ~ProgramInterfaceQueryTests (void);
45 ProgramInterfaceQueryTests (const ProgramInterfaceQueryTests& other);
46 ProgramInterfaceQueryTests& operator= (const ProgramInterfaceQueryTests& other);
H A Des31fFunctionalTests.cpp433 addChild(new ProgramInterfaceQueryTests (m_context));
H A Des31fProgramInterfaceQueryTests.cpp7024 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests (Context& context)
7029 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests (void)
7033 void ProgramInterfaceQueryTests::init (void)
/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.hpp33 class ProgramInterfaceQueryTests : public glcts::TestCaseGroup class in namespace:glcts
36 ProgramInterfaceQueryTests(glcts::Context& context);
37 ~ProgramInterfaceQueryTests(void);
42 ProgramInterfaceQueryTests(const ProgramInterfaceQueryTests& other);
43 ProgramInterfaceQueryTests& operator=(const ProgramInterfaceQueryTests& other);
H A Des31cTestPackage.cpp190 coreGroup->addChild(new glcts::ProgramInterfaceQueryTests(getContext()));
H A Des31cProgramInterfaceQueryTests.cpp3566 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests(glcts::Context& context) function in class:glcts::ProgramInterfaceQueryTests
3571 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests(void)
3575 void ProgramInterfaceQueryTests::init()

Completed in 442 milliseconds