Searched defs:VariableType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp36 class VariableType class in namespace:rsg
72 Member (const VariableType& type, const char* name)
73 : m_type(new VariableType(type))
88 m_type = new VariableType(*other.m_type);
102 m_type = new VariableType(*other.m_type);
123 const VariableType& getType (void) const { return *m_type; }
127 VariableType* m_type;
131 VariableType (void);
132 VariableType (Type baseType, int numElements = 0);
133 VariableType (Typ
177 inline VariableType::VariableType (void) function in class:rsg::VariableType
186 inline VariableType::VariableType (Type baseType, int numElements) function in class:rsg::VariableType
196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) function in class:rsg::VariableType
206 inline VariableType::VariableType (Type baseType, const char* typeName) function in class:rsg::VariableType
[all...]
H A DrsgVariableType.cpp32 VariableType& VariableType::operator= (const VariableType& other)
48 m_elementType = new VariableType(*other.m_elementType);
53 VariableType::VariableType (const VariableType& other) function in class:rsg::VariableType
59 bool VariableType::operator!= (const VariableType& other) const
76 bool VariableType
[all...]

Completed in 71 milliseconds