Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1636 class PerPatchValidator : public SingleVariableValidator class
1639PerPatchValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& filter);
1646 PerPatchValidator::PerPatchValidator (Context& context, glw::GLuint programID, const VariableSearch… in PerPatchValidator() function in deqp::gles31::Functional::__anon2d0959e90111::PerPatchValidator
1651 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
1656 void PerPatchValidator::validateSingleVariable (const std::vector<VariablePathComponent>& path, con… in validateSingleVariable()
1673 void PerPatchValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable()
2322 …const PerPatchValidator perPatchValidator (m_context, program.getProgram(), variable… in iterate()