Searched refs:CmdSetLineWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 146 PFN_vkCmdSetLineWidth CmdSetLineWidth; member
|
D | api_gen.cpp | 276 INIT_PROC(true, dev, CmdSetLineWidth); in InitDispatchTable() 441 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth); 684 { "vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(CmdSetLineWidth) }, in GetInstanceProcAddr() 1152 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in CmdSetLineWidth() function 1153 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth() 1984 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth); in vkCmdSetLineWidth()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 104 …Width", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetLineWidth>(CmdSetLineWidth))},
|
D | null_driver_gen.h | 127 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
|
D | null_driver.cpp | 1355 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { in CmdSetLineWidth() function
|