Searched refs:matchesFilter (Results 1 – 3 of 3) 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::VariableSearchFilter746 if (filter.matchesFilter(shader->getDefaultBlock().variables[varNdx])) in traverseShaderVariablePath()756 if (!filter.matchesFilter(shader->getDefaultBlock().interfaceBlocks[interfaceNdx])) in traverseShaderVariablePath()806 if (filter.matchesFilter(shader)) in traverseProgramVariablePath()
331 if (!m_filter.matchesFilter(shader)) in validate()338 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()1293 if (!m_filter.matchesFilter(shader)) in validate()1300 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()