Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DPerfTraceEvent.java165 if (sEnabled && matchesFilter(name)) { in instant()
179 if (sEnabled && matchesFilter(name)) { in begin()
201 if (sEnabled && matchesFilter(name)) { in end()
222 if (sEnabled && matchesFilter(name)) { in begin()
243 if (sEnabled && matchesFilter(name)) { in end()
259 private static boolean matchesFilter(String name) { in matchesFilter() method in PerfTraceEvent
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp96 bool matchesFilter (const ProgramInterfaceDefinition::Shader* shader) const;
97 bool matchesFilter (const glu::VariableDeclaration& variable) const;
98 bool matchesFilter (const glu::InterfaceBlock& block) const;
Des31fProgramInterfaceDefinitionUtil.cpp93 bool VariableSearchFilter::matchesFilter (const ProgramInterfaceDefinition::Shader* shader) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
99 bool VariableSearchFilter::matchesFilter (const glu::VariableDeclaration& variable) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
105 bool VariableSearchFilter::matchesFilter (const glu::InterfaceBlock& block) const in matchesFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
746 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()
Des31fProgramInterfaceQueryTestCase.cpp329 if (!m_filter.matchesFilter(shader)) in validate()
336 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()
1291 if (!m_filter.matchesFilter(shader)) in validate()
1298 if (m_filter.matchesFilter(block) && block.interfaceName == blockName) in validate()