Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DMesh.java292 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/
DrsFont.cpp582 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/
Dapi_gen.cpp384 …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/
Dnull_driver_gen.h135 …Buffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
Dnull_driver.cpp1298 …dexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in CmdBindIndexBuffer() argument
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2337 …uffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
2939 VkIndexType indexType);
/frameworks/native/vulkan/api/
Dvulkan.api4324 VkIndexType indexType) {