Searched refs:indexType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 297 Entry indexType = new Entry(); in addIndexSetType() local 298 indexType.t = t; in addIndexSetType() 299 indexType.e = null; in addIndexSetType() 300 indexType.size = 0; in addIndexSetType() 301 indexType.prim = p; in addIndexSetType() 302 mIndexTypes.addElement(indexType); in addIndexSetType() 315 Entry indexType = new Entry(); in addIndexSetType() local 316 indexType.t = null; in addIndexSetType() 317 indexType.e = null; in addIndexSetType() 318 indexType.size = 0; in addIndexSetType() [all …]
|
/frameworks/rs/ |
D | rsFont.cpp | 581 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6); in initVertexArrayBuffers() local 583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 449 …Buffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 1184 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument 1185 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in CmdBindIndexBuffer() 2023 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer() argument 2024 vulkan::api::CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in vkCmdBindIndexBuffer()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 135 …Buffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
|
D | null_driver.cpp | 1379 …dexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 6288 VkIndexType indexType 7377 VkIndexType indexType 9424 VkIndexType indexType) {
|