Searched refs:matchesFilter (Results 1 – 6 of 6) sorted by relevance
96 bool matchesFilter (const ProgramInterfaceDefinition::Shader* shader) const;97 bool matchesFilter (const glu::VariableDeclaration& variable) const;98 bool matchesFilter (const glu::InterfaceBlock& block) const;
93 bool VariableSearchFilter::matchesFilter (const ProgramInterfaceDefinition::Shader* shader) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter99 bool VariableSearchFilter::matchesFilter (const glu::VariableDeclaration& variable) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter105 bool VariableSearchFilter::matchesFilter (const glu::InterfaceBlock& block) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter773 if (filter.matchesFilter(shader->getDefaultBlock().variables[varNdx])) in traverseShaderVariablePath()783 if (!filter.matchesFilter(shader->getDefaultBlock().interfaceBlocks[interfaceNdx])) in traverseShaderVariablePath()833 if (filter.matchesFilter(shader)) in traverseProgramVariablePath()
332 if (!m_filter.matchesFilter(shader)) in validate()339 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()1294 if (!m_filter.matchesFilter(shader)) in validate()1301 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()
66 bool matchesFilter(StringRef Str);
42 bool RemarkStreamer::matchesFilter(StringRef Str) { in matchesFilter() function in RemarkStreamer
79 if (!RS.matchesFilter(Diag.getPassName())) in emit()