Searched refs:CmdSetLineWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 150 PFN_vkCmdSetLineWidth CmdSetLineWidth; member
|
D | api_gen.cpp | 277 INIT_PROC(true, dev, CmdSetLineWidth); in InitDispatchTable() 491 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth); 817 { "vkCmdSetLineWidth", reinterpret_cast<PFN_vkVoidFunction>(CmdSetLineWidth) }, in GetInstanceProcAddr() 1314 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in CmdSetLineWidth() function 1315 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth() 2352 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth); in vkCmdSetLineWidth()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 131 …Width", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetLineWidth>(CmdSetLineWidth))},
|
D | null_driver_gen.h | 129 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
|
D | null_driver.cpp | 1386 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { in CmdSetLineWidth() function
|