Searched refs:indexType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 292 Entry indexType = new Entry(); in addIndexSetType() local 293 indexType.t = t; in addIndexSetType() 294 indexType.e = null; in addIndexSetType() 295 indexType.size = 0; in addIndexSetType() 296 indexType.prim = p; in addIndexSetType() 297 mIndexTypes.addElement(indexType); in addIndexSetType() 310 Entry indexType = new Entry(); in addIndexSetType() local 311 indexType.t = null; in addIndexSetType() 312 indexType.e = null; in addIndexSetType() 313 indexType.size = 0; in addIndexSetType() [all …]
|
/frameworks/rs/ |
D | rsFont.cpp | 582 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6); in initVertexArrayBuffers() local 584 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 384 …Buffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 1026 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument 1027 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in CmdBindIndexBuffer() 1733 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer() argument 1734 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 | 1298 …dexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 2337 …uffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 2939 VkIndexType indexType);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4324 VkIndexType indexType) {
|