Home
last modified time | relevance | path

Searched defs:minDepthBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1164 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep… in CmdSetDepthBounds()
1998 VKAPI_ATTR void vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxD… in vkCmdSetDepthBounds()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1364 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds()