Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2749 uint32_t *prims= (uint32_t*)malloc((uint32_t)numIndices * sizeof(uint32_t)); in nMeshGetIndices() local
2751 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()
2755 const jint prim = (jint)prims[i]; in nMeshGetIndices()
2761 free(prims); in nMeshGetIndices()