Home | History | Annotate | Download | only in jni

Lines Matching defs:allocs

1639     RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
1640 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
1643 const jlong alloc = (jlong)(uintptr_t)allocs[i];
1647 free(allocs);
1655 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));
1658 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices);
1661 const jlong alloc = (jlong)(uintptr_t)allocs[i];
1667 free(allocs);