Searched refs:isVariableType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
57 const glu::VarType* getVariableType (void) const { DE_ASSERT(isVariableType()); return m_data.type; }
H A Des31fProgramInterfaceDefinition.cpp643 if (!path.back().isVariableType())
H A Des31fProgramInterfaceQueryTestCase.cpp152 else if (path[pathNdx].isVariableType())
248 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL);
450 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
527 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
984 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();

Completed in 170 milliseconds