Searched refs:VkIndexBufferObj (Results 1 – 3 of 3) sorted by relevance
142 class VkIndexBufferObj; variable166 void BindIndexBuffer(VkIndexBufferObj *indexBuffer, VkDeviceSize offset);225 class VkIndexBufferObj : public VkConstantBufferObj {227 VkIndexBufferObj(VkDeviceObj *device);
1026 VkIndexBufferObj::VkIndexBufferObj(VkDeviceObj *device) : VkConstantBufferObj(device) {} in VkIndexBufferObj() function in VkIndexBufferObj1028 void VkIndexBufferObj::CreateAndInitBuffer(int numIndexes, VkIndexType indexType, const void *data)… in CreateAndInitBuffer()1058 void VkIndexBufferObj::Bind(VkCommandBuffer commandBuffer, VkDeviceSize offset) { in Bind()1062 VkIndexType VkIndexBufferObj::GetIndexType() { return m_indexType; } in GetIndexType()1543 void VkCommandBufferObj::BindIndexBuffer(VkIndexBufferObj *indexBuffer, VkDeviceSize offset) { in BindIndexBuffer()
306 void BindIndexBuffer(VkIndexBufferObj *indexBuffer, VkDeviceSize offset) { in BindIndexBuffer()