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

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

Completed in 10 milliseconds