Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:CmdSetLineWidth

232     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) {
995 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth);
1694 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth);