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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp234 INIT_PROC(true, dev, CmdSetLineWidth);
378 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
561 { "vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(CmdSetLineWidth) },
1012 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { function in namespace:vulkan::api::__anon2040
1013 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth);
1712 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth);
H A Dapi_gen.h134 PFN_vkCmdSetLineWidth CmdSetLineWidth; member in struct:vulkan::api::DeviceDispatchTable
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1343 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { function in namespace:null_driver
H A Dnull_driver_gen.cpp99 {"vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetLineWidth>(CmdSetLineWidth))},
H A Dnull_driver_gen.h127 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);

Completed in 52 milliseconds