Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h194 …void ClearAllBuffers(const vector<std::unique_ptr<VkImageObj>> &color_objs, VkClearColorValue clea…
Dlayer_validation_tests.cpp947 …commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, m_depthStencil, m_depth_clear_color… in GenericDrawPreparation()
Dvkrenderframework.cpp1803 void VkCommandBufferObj::ClearAllBuffers(const vector<std::unique_ptr<VkImageObj>> &color_objs, VkC… in ClearAllBuffers() function in VkCommandBufferObj
Dvklayertests_command.cpp378 …m_commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, nullptr, m_depth_clear_color, m_s… in TEST_F()
Dvklayertests_others.cpp633 …m_commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, nullptr, m_depth_clear_color, m_s… in TEST_F()