Searched defs:VariablePathComponent (Results 1 – 1 of 1) sorted by relevance
42 class VariablePathComponent class45 VariablePathComponent(void) : m_type(TYPE_LAST) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent48 VariablePathComponent(const glu::VarType *type) : m_type(TYPE_TYPE) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent52 VariablePathComponent(const glu::InterfaceBlock *block) : m_type(TYPE_INTERFACEBLOCK) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent56 VariablePathComponent(const glu::VariableDeclaration *decl) : m_type(TYPE_DECLARATION) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent61 …VariablePathComponent(const VariablePathComponent &other) : m_data(other.m_data), m_type(other.m_t… in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent