Home
last modified time | relevance | path

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

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