Lines Matching defs:const
48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
50 const std::string& getName (void) const { return m_name; }
51 deUint32 getLocationSize (void) const { return m_locationSize; }
52 deUint32 getGLTypeEnum (void) const { return m_glTypeEnum; }
70 explicit Cond (const std::string& name, bool negate = true);
71 bool operator== (const Cond& other) const { return m_negate == other.m_negate && m_name == other.m_name; }
72 bool operator!= (const Cond& other) const { return !(*this == other); }
73 const std::string getName (void) const { return m_name; }
74 bool getNegate (void) const { return m_negate; }
96 Attribute (const AttribType& type,
97 const std::string& name,
99 const Cond& cond = Cond::COND_ALWAYS,
102 const AttribType getType (void) const { return m_type; }
103 const std::string& getName (void) const { return m_name; }
104 deInt32 getLayoutLocation (void) const { return m_layoutLocation; }
105 const Cond& getCondition (void) const { return m_cond; }
106 int getArraySize (void) const { return m_arraySize; }
119 Bind (const std::string& attribute, deUint32 location);
121 const std::string& getAttributeName (void) const { return m_attribute; }
122 deUint32 getLocation (void) const { return m_location; }
139 const AttribType& type,
146 const AttribType m_type;
147 const int m_arraySize;
158 const AttribType& type,
165 const AttribType m_type;
166 const int m_arraySize;
176 const AttribType& type,
184 const AttribType m_type;
185 const int m_offset;
186 const int m_arraySize;
196 const AttribType& type,
203 const AttribType m_type;
204 const int m_arraySize;
214 const AttribType& type,
221 const AttribType m_type;
222 const int m_arraySize;
232 const AttribType& type,
239 const AttribType m_type;
240 const int m_arraySize;
304 const AttribType& type,
311 const AttribType m_type;
312 const int m_arraySize;
322 const AttribType& type,
329 const AttribType m_type;
330 const int m_arraySize;
340 const AttribType& type,
347 const AttribType m_type;
348 const int m_arraySize;
358 const AttribType& type,
365 const AttribType m_type;
366 const int m_arraySize;
376 const AttribType& type,
383 const AttribType m_type;
384 const int m_arraySize;
394 const AttribType& type,
401 const AttribType m_type;
402 const int m_arraySize;
426 const AttribType& type,
433 const AttribType m_type;
434 const int m_arraySize;
444 const AttribType& type,
451 const AttribType m_type;
452 const int m_arraySize;