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()
649 if (!path.back().isVariableType()) in isValid()
152 else if (path[pathNdx].isVariableType()) in getMatrixOrderFromPath()251 …const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : … in validate()453 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()530 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()987 …const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariable… in validateSingleVariable()