Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1006 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep… in CmdSetDepthBounds()
1708 VKAPI_ATTR void vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxD… in vkCmdSetDepthBounds()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1283 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h1821 float minDepthBounds; member