Searched defs:allocs (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp656 ::rs_allocation* allocs) {
666 inputs[i] = (Allocation*)allocs[i].p;
668 Allocation* out = hasOutput ? (Allocation*)allocs[numInputs].p : nullptr;
652 rsForEachInternal(int slot, rs_script_call *options, int hasOutput, int numInputs, ::rs_allocation* allocs) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2724 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); local
2725 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
2728 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2732 free(allocs);
2742 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); local
2745 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices);
2748 const jlong alloc = (jlong)(uintptr_t)allocs[i];
2754 free(allocs);

Completed in 433 milliseconds