Searched refs:VkIndexType (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h135 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
H A Dnull_driver.cpp1367 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) {
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp386 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
1044 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) {
1751 VKAPI_ATTR void vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h959 typedef enum VkIndexType { enum
966 } VkIndexType; typedef in typeref:enum:VkIndexType
2580 typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
3182 VkIndexType indexType);
5793 VkIndexType indexType;

Completed in 63 milliseconds