Searched refs:allocs (Results 1 – 6 of 6) sorted by relevance
8 allocs.rs
6 LOCAL_SRC_FILES := jniallocations.cpp allocs.rs
2736 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); in nMeshGetVertices() local2737 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs); in nMeshGetVertices()2740 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices()2744 free(allocs); in nMeshGetVertices()2754 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); in nMeshGetIndices() local2757 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()2760 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices()2766 free(allocs); in nMeshGetIndices()
658 int numInputs, ::rs_allocation *allocs) { in ELEMENT_AT_OVERLOADS()668 inputs[i] = (Allocation *)allocs[i].p; in ELEMENT_AT_OVERLOADS()670 Allocation *out = hasOutput ? (Allocation *)allocs[numInputs].p : nullptr; in ELEMENT_AT_OVERLOADS()
704 ::rs_allocation* allocs) { in ELEMENT_AT_OVERLOADS()714 inputs[i] = (Allocation*)allocs[i].p; in ELEMENT_AT_OVERLOADS()720 out = (Allocation*)allocs[numInputs].p; in ELEMENT_AT_OVERLOADS()
225 arg: rs_allocation* allocs, "Input and output allocations"