Searched refs:PerPatchValidator (Results 1 – 1 of 1) sorted by relevance
1634 class PerPatchValidator : public SingleVariableValidator class1637 …PerPatchValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& filter);1644 PerPatchValidator::PerPatchValidator (Context& context, glw::GLuint programID, const VariableSearch… in PerPatchValidator() function in deqp::gles31::Functional::__anoncbcbeee00111::PerPatchValidator1649 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()1654 void PerPatchValidator::validateSingleVariable (const std::vector<VariablePathComponent>& path, con… in validateSingleVariable()1671 void PerPatchValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable()2318 …const PerPatchValidator perPatchValidator (m_context, program.getProgram(), variable… in iterate()