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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2655 RsAllocation* idxPtr; local
2680 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2682 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2687 (RsAllocation *)idxPtr, idxLen,
2691 free(idxPtr);

Completed in 17 milliseconds