Searched refs:numVtxIDs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1358 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs) argument
1362 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
1363 rsaMeshGetVertices(con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
1365 for(jint i = 0; i < numVtxIDs; i ++) {

Completed in 217 milliseconds