Searched refs:matchesFilter (Results 1 – 4 of 4) 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()
2564 @fluentui/public-docsite: src/components/Nav/Nav.tsx:134:56 - error TS2339: Property 'matchesFilter…2565 @fluentui/public-docsite: 134 const highlightMatch = <span className={styles.matchesFilter}…