Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp58 bool IsVariableActive(const std::vector<Variable> &mVars, const ImmutableString &name) in IsVariableActive() function
102 removeDeclaration = !IsVariableActive(mInterfaceBlocks, type.getInterfaceBlock()->name()); in visitDeclaration()
106 removeDeclaration = !IsVariableActive(mUniforms, asSymbol->getName()); in visitDeclaration()
110 removeDeclaration = !IsVariableActive(mAttributes, asSymbol->getName()); in visitDeclaration()
114 removeDeclaration = !IsVariableActive(mInputVaryings, asSymbol->getName()); in visitDeclaration()
118 removeDeclaration = !IsVariableActive(mOutputVariables, asSymbol->getName()); in visitDeclaration()