Home
last modified time | relevance | path

Searched refs:ProgramInterfaceQueryTestCase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.hpp101 class ProgramInterfaceQueryTestCase : public TestCase class
104 ProgramInterfaceQueryTestCase(Context &context, const char *name, const char *description,
106 ~ProgramInterfaceQueryTestCase(void);
H A Des31fProgramInterfaceQueryTestCase.cpp1949 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase(Context &context, const char *name, in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase
1957 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase(void) in ~ProgramInterfaceQueryTestCase()
1961 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface(void) const in getTargetInterface()
2324 const ProgramInterfaceDefinition::Program *ProgramInterfaceQueryTestCase::getAndCheckProgramDefinit… in getAndCheckProgramDefinition()
2365 int ProgramInterfaceQueryTestCase::getMaxPatchVertices(void) in getMaxPatchVertices()
2375 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate(void) in iterate()
H A Des31fProgramInterfaceQueryTests.cpp1317 class ResourceTestCase : public ProgramInterfaceQueryTestCase
1340 : ProgramInterfaceQueryTestCase( in ResourceTestCase()