Searched defs:CmdSetLineWidth (Results 1 - 3 of 3) 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.cpp1274 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { function in namespace:null_driver

Completed in 89 milliseconds