Home
last modified time | relevance | path

Searched defs:VariablePathComponent (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp42 class VariablePathComponent class
45 VariablePathComponent (void) :m_type(TYPE_LAST) { } in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
46VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; } in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
47VariablePathComponent (const glu::InterfaceBlock* block) :m_type(TYPE_INTERFACEBLOCK) { m_data.bl… in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
48VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.d… in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
50VariablePathComponent (const VariablePathComponent& other) : m_data(other.m_data), m_type(other.m_… in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent