Searched defs:CmdBindIndexBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h154 PFN_vkCmdBindIndexBuffer CmdBindIndexBuffer; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp284 INIT_PROC(true, dev, CmdBindIndexBuffer);
449 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
645 { "vkCmdBindIndexBuffer", reinterpret_cast<PFN_vkVoidFunction>(CmdBindIndexBuffer) },
1179 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { function in namespace:vulkan::api::__anon1925
1180 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType);
2019 vulkan::api::CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1379 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { function in namespace:null_driver

Completed in 103 milliseconds