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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2643 RsAllocation* idxPtr; local
2668 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2670 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2675 (RsAllocation *)idxPtr, idxLen,
2679 free(idxPtr);

Completed in 32 milliseconds