Searched refs:m_depth_clear_color (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 112 float m_depth_clear_color; variable
|
D | vkrenderframework.cpp | 74 …m_depth_clear_color(1.0), m_stencil_clear_color(0), m_depthStencil(NULL), m_CreateDebugReportCallb… in VkRenderFramework() 334 clear.depthStencil.depth = m_depth_clear_color; in InitRenderTarget()
|
D | layer_validation_tests.cpp | 526 …commandBuffer->ClearAllBuffers(m_clear_color, m_depth_clear_color, m_stencil_clear_color, m_depthS… in GenericDrawPreparation() 528 … commandBuffer->ClearAllBuffers(m_clear_color, m_depth_clear_color, m_stencil_clear_color, NULL); in GenericDrawPreparation() 1243 … m_commandBuffer->ClearAllBuffers(m_clear_color, m_depth_clear_color, m_stencil_clear_color, NULL); 1868 … m_commandBuffer->ClearAllBuffers(m_clear_color, m_depth_clear_color, m_stencil_clear_color, NULL); in TEST_F() 3480 … m_commandBuffer->ClearAllBuffers(m_clear_color, m_depth_clear_color, m_stencil_clear_color, NULL); in TEST_F()
|