Searched refs:CmdSetLineWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h134 PFN_vkCmdSetLineWidth CmdSetLineWidth; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp232 INIT_PROC(dev, CmdSetLineWidth);
376 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
543 { "vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(CmdSetLineWidth) },
994 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { function in namespace:vulkan::api::__anon1598
995 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth);
1694 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp98 {"vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetLineWidth>(CmdSetLineWidth))},
H A Dnull_driver_gen.h127 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
H A Dnull_driver.cpp1274 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { function in namespace:null_driver

Completed in 525 milliseconds