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

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java292 Entry indexType = new Entry();
293 indexType.t = t;
294 indexType.e = null;
295 indexType.size = 0;
296 indexType.prim = p;
297 mIndexTypes.addElement(indexType);
310 Entry indexType = new Entry();
311 indexType.t = null;
312 indexType.e = null;
313 indexType
[all...]
/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/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);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h135 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
H A Dnull_driver.cpp1298 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2337 typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
2939 VkIndexType indexType);

Completed in 94 milliseconds