Searched refs:m_structTypes (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp319 int getNumStructTypes (void) const { return (int)m_structTypes.size(); }
322 const StructType* getStructType (const int ndx) const { return m_structTypes[ndx]; }
324 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
329 for (int i = 0; i < (int)m_structTypes.size(); i++)
330 delete m_structTypes[i];
333 // Add the contents of m_uniforms and m_structTypes to receiver, and remove them from this one.
341 for (int i = 0; i < (int)m_structTypes.size(); i++)
342 receiver.addStructType(m_structTypes[i]);
343 m_structTypes.clear();
497 // \note Copying these would be cumbersome, since deep-copying both m_uniforms and m_structTypes
504 vector<const StructType*> m_structTypes; member in class:deqp::gles31::Functional::__anon20290::UniformCollection
[all...]
H A Des31fTessellationTests.cpp5600 vector<glu::StructType> m_structTypes;
5848 m_structTypes.push_back(glu::StructType("S"));
5851 glu::StructType& structType = m_structTypes.back();
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp273 int getNumStructTypes (void) const { return (int)m_structTypes.size(); }
276 const StructType* getStructType (const int ndx) const { return m_structTypes[ndx]; }
278 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
283 for (int i = 0; i < (int)m_structTypes.size(); i++)
284 delete m_structTypes[i];
287 // Add the contents of m_uniforms and m_structTypes to receiver, and remove them from this one.
295 for (int i = 0; i < (int)m_structTypes.size(); i++)
296 receiver.addStructType(m_structTypes[i]);
297 m_structTypes.clear();
480 // \note Copying these would be cumbersome, since deep-copying both m_uniforms and m_structTypes
487 vector<const StructType*> m_structTypes; member in namespace:deqp::gles2::Functional
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp339 int getNumStructTypes (void) const { return (int)m_structTypes.size(); }
342 const StructType* getStructType (const int ndx) const { return m_structTypes[ndx]; }
344 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
349 for (int i = 0; i < (int)m_structTypes.size(); i++)
350 delete m_structTypes[i];
353 // Add the contents of m_uniforms and m_structTypes to receiver, and remove them from this one.
361 for (int i = 0; i < (int)m_structTypes.size(); i++)
362 receiver.addStructType(m_structTypes[i]);
363 m_structTypes.clear();
546 // \note Copying these would be cumbersome, since deep-copying both m_uniforms and m_structTypes
553 vector<const StructType*> m_structTypes; member in namespace:deqp::gles3::Functional
[all...]

Completed in 1094 milliseconds