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);
1729 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase1735 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase (void) in ~ProgramInterfaceQueryTestCase()1739 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface()2084 const ProgramInterfaceDefinition::Program* ProgramInterfaceQueryTestCase::getAndCheckProgramDefinit… in getAndCheckProgramDefinition()2121 int ProgramInterfaceQueryTestCase::getMaxPatchVertices (void) in getMaxPatchVertices()2131 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate (void) in iterate()
1280 class ResourceTestCase : public ProgramInterfaceQueryTestCase1301 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()