Searched refs:ProgramInterfaceQueryTestCase (Results 1 – 3 of 3) sorted by relevance
117 class ProgramInterfaceQueryTestCase : public TestCase class120 …ProgramInterfaceQueryTestCase (Context& context, const char* name, const char* description, Progra…121 ~ProgramInterfaceQueryTestCase (void);
1551 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase1557 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase (void) in ~ProgramInterfaceQueryTestCase()1561 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface()1667 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate (void) in iterate()
1044 class ResourceTestCase : public ProgramInterfaceQueryTestCase1065 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()