Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.hpp120 class ProgramInterfaceQueryTestCase : public TestCase class
123ProgramInterfaceQueryTestCase (Context& context, const char* name, const char* description, Progra…
124 ~ProgramInterfaceQueryTestCase (void);
Des31fProgramInterfaceQueryTestCase.cpp1730 ProgramInterfaceQueryTestCase::ProgramInterfaceQueryTestCase (Context& context, const char* name, c… in ProgramInterfaceQueryTestCase() function in deqp::gles31::Functional::ProgramInterfaceQueryTestCase
1736 ProgramInterfaceQueryTestCase::~ProgramInterfaceQueryTestCase (void) in ~ProgramInterfaceQueryTestCase()
1740 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface()
2085 const ProgramInterfaceDefinition::Program* ProgramInterfaceQueryTestCase::getAndCheckProgramDefinit… in getAndCheckProgramDefinition()
2127 int ProgramInterfaceQueryTestCase::getMaxPatchVertices (void) in getMaxPatchVertices()
2137 ProgramInterfaceQueryTestCase::IterateResult ProgramInterfaceQueryTestCase::iterate (void) in iterate()
Des31fProgramInterfaceQueryTests.cpp1287 class ResourceTestCase : public ProgramInterfaceQueryTestCase
1308 …: ProgramInterfaceQueryTestCase (context, (name == DE_NULL) ? (genTestCaseName(targetResource.get(… in ResourceTestCase()