Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2651 jint idxLen = _env->GetArrayLength(_idx); in nMeshCreate() local
2675 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen); in nMeshCreate()
2676 for(int i = 0; i < idxLen; ++i) { in nMeshCreate()
2682 (RsAllocation *)idxPtr, idxLen, in nMeshCreate()