Home
last modified time | relevance | path

Searched refs:indexType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DMesh.java297 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/
DrsFont.cpp581 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/
Dapi_gen.cpp449 …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/
Dnull_driver_gen.h135 …Buffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
Dnull_driver.cpp1379 …dexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument
/frameworks/native/vulkan/api/
Dvulkan.api6288 VkIndexType indexType
7377 VkIndexType indexType
9424 VkIndexType indexType) {