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.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);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1343 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { function in namespace:null_driver

Completed in 98 milliseconds