Home | History | Annotate | Download | only in jni

Lines Matching defs:allocs

2736     RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
2737 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
2740 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2744 free(allocs);
2754 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));
2757 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices);
2760 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2766 free(allocs);