Searched defs:isVariableType (Results 1 - 1 of 1) 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; }

Completed in 53 milliseconds