Home
last modified time | relevance | path

Searched refs:onUpdateDescriptorSet (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp67 …void onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::…
192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet() function in DrawTester
/external/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp214 …tester.onUpdateDescriptorSet([](DrawTester &tester, vk::CommandPool &commandPool, vk::DescriptorSe… in TriangleSampleTexture()