Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.hpp117 class ProgramInterfaceQueryTestCase : public TestCase class
120ProgramInterfaceQueryTestCase (Context& context, const char* name, const char* description, Progra…
121 ~ProgramInterfaceQueryTestCase (void);
Des31fProgramInterfaceQueryTestCase.cpp1551 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase
1557 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase (void) in ~ProgramInterfaceQueryTestCase()
1561 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface()
1667 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate (void) in iterate()
Des31fProgramInterfaceQueryTests.cpp1044 class ResourceTestCase : public ProgramInterfaceQueryTestCase
1065 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()