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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2654 RsAllocation* idxPtr; local
2679 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2681 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2686 (RsAllocation *)idxPtr, idxLen,
2690 free(idxPtr);

Completed in 491 milliseconds