Home
last modified time | relevance | path

Searched refs:SetClearDepth (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.h58 Result SetClearDepth(float depth);
Dengine_vulkan.cc448 return info.vk_pipeline->AsGraphics()->SetClearDepth(command->GetValue()); in DoClearDepth()
Dgraphics_pipeline.cc756 Result GraphicsPipeline::SetClearDepth(float depth) { in SetClearDepth() function in amber::vulkan::GraphicsPipeline