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

/frameworks/rs/
H A DrsFont.cpp582 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6); local
584 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1298 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp384 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
1026 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { argument
1027 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType);
1733 VKAPI_ATTR void vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { argument
1734 vulkan::api::CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType);

Completed in 51 milliseconds