Searched refs:ProgramInterfaceQueryTestCase (Results 1 – 3 of 3) sorted by relevance
120 class ProgramInterfaceQueryTestCase : public TestCase class123 …ProgramInterfaceQueryTestCase (Context& context, const char* name, const char* description, Progra…124 ~ProgramInterfaceQueryTestCase (void);
1727 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase1733 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase (void) in ~ProgramInterfaceQueryTestCase()1737 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface()2082 const ProgramInterfaceDefinition::Program* ProgramInterfaceQueryTestCase::getAndCheckProgramDefinit… in getAndCheckProgramDefinition()2117 int ProgramInterfaceQueryTestCase::getMaxPatchVertices (void) in getMaxPatchVertices()2127 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate (void) in iterate()
1268 class ResourceTestCase : public ProgramInterfaceQueryTestCase1289 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()