Home | History | Annotate | Download | only in jni

Lines Matching defs:allocs

2735     RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
2736 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
2739 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2743 free(allocs);
2753 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));
2756 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices);
2759 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2765 free(allocs);