Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.hpp120 class ProgramInterfaceQueryTestCase : public TestCase class
123ProgramInterfaceQueryTestCase (Context& context, const char* name, const char* description, Progra…
124 ~ProgramInterfaceQueryTestCase (void);
Des31fProgramInterfaceQueryTestCase.cpp1727 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase
1733 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()
Des31fProgramInterfaceQueryTests.cpp1268 class ResourceTestCase : public ProgramInterfaceQueryTestCase
1289 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()