Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h238 …TR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable);
Dnull_driver.cpp1690 void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp601 …TR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable);
1754 …R void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable() argument
1755 … GetData(commandBuffer).dispatch.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); in CmdSetDepthBoundsTestEnable()
2901 …void vkCmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in vkCmdSetDepthBoundsTestEnable() argument
2902 vulkan::api::CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); in vkCmdSetDepthBoundsTestEnable()