Home
last modified time | relevance | path

Searched refs:SetMaxSetsPerPoolForTesting (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanDescriptorSetTest.cpp38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
48 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanMultithreadingTest.cpp47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
57 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanUniformUpdatesTest.cpp50 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
75 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h330 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
Dvk_helpers.cpp2572 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool