HomeSort by relevance Sort by last modified time
    Searched defs:VariableType (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 36 class VariableType
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 (Type baseType, const VariableType& elementType, int numElements)
    [all...]
rsgVariableType.cpp 32 VariableType& VariableType::operator= (const VariableType& other)
48 m_elementType = new VariableType(*other.m_elementType);
53 VariableType::VariableType (const VariableType& other)
59 bool VariableType::operator!= (const VariableType& other) const
76 bool VariableType::operator== (const VariableType& other) cons
    [all...]

Completed in 44 milliseconds