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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1595 RsAllocation* idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen); local
1597 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
1605 (RsAllocation *)idxPtr, idxLen,
1609 free(idxPtr);

Completed in 74 milliseconds