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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2640 jint vtxLen = _env->GetArrayLength(_vtx); local
2663 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2664 for(int i = 0; i < vtxLen; ++i) {
2674 (RsAllocation *)vtxPtr, vtxLen,

Completed in 354 milliseconds