Searched refs:isVariableType (Results 1 – 3 of 3) sorted by relevance
53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent57 …const glu::VarType* getVariableType (void) const { DE_ASSERT(isVariableType()); return m_data… in getVariableType()
152 else if (path[pathNdx].isVariableType()) in getMatrixOrderFromPath()248 …const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : … in validate()450 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()527 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()984 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()
643 if (!path.back().isVariableType()) in isValid()