Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.hpp32 class ProgramInterfaceQueryTests : public deqp::TestCaseGroup class
35 ProgramInterfaceQueryTests(deqp::Context &context);
36 ~ProgramInterfaceQueryTests(void);
41 ProgramInterfaceQueryTests(const ProgramInterfaceQueryTests &other);
42 ProgramInterfaceQueryTests &operator=(const ProgramInterfaceQueryTests &other);
H A Dgl4cTestPackages.cpp297 addChild(new gl4cts::ProgramInterfaceQueryTests(getContext())); in init()
H A Dgl4cProgramInterfaceQueryTests.cpp5072 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests(deqp::Context &context) in ProgramInterfaceQueryTests() function in gl4cts::ProgramInterfaceQueryTests
5077 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests(void) in ~ProgramInterfaceQueryTests()
5081 void ProgramInterfaceQueryTests::init() in init()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.hpp36 class ProgramInterfaceQueryTests : public TestCaseGroup class
39 ProgramInterfaceQueryTests(Context &context, bool is_GL45);
40 ~ProgramInterfaceQueryTests(void);
45 ProgramInterfaceQueryTests(const ProgramInterfaceQueryTests &other);
46 ProgramInterfaceQueryTests &operator=(const ProgramInterfaceQueryTests &other);
H A Des31fFunctionalTests.cpp476 addChild(new ProgramInterfaceQueryTests(m_context, false)); in init()
520 addChild(new ProgramInterfaceQueryTests(m_context, true)); in init()
H A Des31fProgramInterfaceQueryTests.cpp7897 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests(Context &context, bool is_GL45) in ProgramInterfaceQueryTests() function in deqp::gles31::Functional::ProgramInterfaceQueryTests
7903 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests(void) in ~ProgramInterfaceQueryTests()
7907 void ProgramInterfaceQueryTests::init(void) in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.hpp33 class ProgramInterfaceQueryTests : public glcts::TestCaseGroup class
36 ProgramInterfaceQueryTests(glcts::Context &context);
37 ~ProgramInterfaceQueryTests(void);
42 ProgramInterfaceQueryTests(const ProgramInterfaceQueryTests &other);
43 ProgramInterfaceQueryTests &operator=(const ProgramInterfaceQueryTests &other);
H A Des31cTestPackage.cpp213 coreGroup->addChild(new glcts::ProgramInterfaceQueryTests(getContext())); in init()
H A Des31cProgramInterfaceQueryTests.cpp3721 ProgramInterfaceQueryTests::ProgramInterfaceQueryTests(glcts::Context &context) in ProgramInterfaceQueryTests() function in glcts::ProgramInterfaceQueryTests
3726 ProgramInterfaceQueryTests::~ProgramInterfaceQueryTests(void) in ~ProgramInterfaceQueryTests()
3730 void ProgramInterfaceQueryTests::init() in init()