Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1024 …void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds()
1726 …id vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1352 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2065 float maxDepthBounds; member