Searched defs:isVariableType (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ | ||
H A D | es31fProgramInterfaceDefinitionUtil.hpp | 53 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 768 milliseconds