Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp42 class VariablePathComponent class
45 VariablePathComponent(void) : m_type(TYPE_LAST) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
48 VariablePathComponent(const glu::VarType *type) : m_type(TYPE_TYPE) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
52 VariablePathComponent(const glu::InterfaceBlock *block) : m_type(TYPE_INTERFACEBLOCK) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
56 VariablePathComponent(const glu::VariableDeclaration *decl) : m_type(TYPE_DECLARATION) in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
61VariablePathComponent(const VariablePathComponent &other) : m_data(other.m_data), m_type(other.m_t… in VariablePathComponent() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent