Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
DAndroid.mk8 allocs.rscript
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
DAndroid.mk6 LOCAL_SRC_FILES := jniallocations.cpp allocs.rscript
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2731 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); in nMeshGetVertices() local
2732 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs); in nMeshGetVertices()
2735 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices()
2739 free(allocs); in nMeshGetVertices()
2749 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); in nMeshGetIndices() local
2752 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()
2755 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices()
2761 free(allocs); in nMeshGetIndices()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp704 ::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()
/frameworks/rs/script_api/
Drs_for_each.spec225 arg: rs_allocation* allocs, "Input and output allocations"