Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2652 jint vtxLen = _env->GetArrayLength(_vtx); in nMeshCreate() local
2675 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen); in nMeshCreate()
2676 for(int i = 0; i < vtxLen; ++i) { in nMeshCreate()
2686 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()