Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp319 int getNumStructTypes (void) const { return (int)m_structTypes.size(); } in getNumStructTypes()
322 const StructType* getStructType (const int ndx) const { return m_structTypes[ndx]; } in getStructType()
324 void addStructType (const StructType* const type) { m_structTypes.push_back(type); } in addStructType()
329 for (int i = 0; i < (int)m_structTypes.size(); i++) in ~UniformCollection()
330 delete m_structTypes[i]; in ~UniformCollection()
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++) in moveContents()
342 receiver.addStructType(m_structTypes[i]); in moveContents()
343 m_structTypes.clear(); in moveContents()
497 // \note Copying these would be cumbersome, since deep-copying both m_uniforms and m_structTypes
504 vector<const StructType*> m_structTypes; global() member in deqp::gles31::Functional::__anon30866::UniformCollection
[all...]
H A Des31fTessellationTests.cpp5797 vector<glu::StructType> m_structTypes;
6091 m_structTypes.push_back(glu::StructType("S"));
6094 glu::StructType& structType = m_structTypes.back();
/third_party/vk-gl-cts/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; global() member
[all...]
/third_party/vk-gl-cts/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; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp446 std::vector<glu::StructType> m_structTypes; member in vkt::tessellation::__anon28863::UserDefinedIOTest
494 m_structTypes.push_back(glu::StructType("S")); in UserDefinedIOTest()
497 glu::StructType& structType = m_structTypes.back(); in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp446 std::vector<glu::StructType> m_structTypes; member in vkt::tessellation::__anon30012::UserDefinedIOTest
494 m_structTypes.push_back(glu::StructType("S")); in UserDefinedIOTest()
497 glu::StructType& structType = m_structTypes.back(); in UserDefinedIOTest()

Completed in 21 milliseconds