Searched refs:CmdSetLineWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 134 PFN_vkCmdSetLineWidth CmdSetLineWidth; member
|
D | api_gen.cpp | 232 INIT_PROC(dev, CmdSetLineWidth); in InitDispatchTable() 376 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth); 543 { "vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(CmdSetLineWidth) }, in GetInstanceProcAddr() 994 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in CmdSetLineWidth() function 995 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth() 1694 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth); in vkCmdSetLineWidth()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 98 …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 | 1274 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { in CmdSetLineWidth() function
|