HomeSort by relevance Sort by last modified time
    Searched refs:m_structTypes (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 319 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
    [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 273 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
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 339 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
    [all...]

Completed in 48 milliseconds