Searched defs:CmdBindIndexBuffer (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 154 PFN_vkCmdBindIndexBuffer CmdBindIndexBuffer; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 284 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 D | null_driver.cpp | 1379 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { function in namespace:null_driver
|
Completed in 103 milliseconds