Searched refs:PFN_vkCmdSetDepthBounds (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h137 PFN_vkCmdSetDepthBounds CmdSetDepthBounds;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp96 {"vkCmdSetDepthBounds", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetDepthBounds>(CmdSetDepthBounds))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2332 typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); typedef

Completed in 157 milliseconds