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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2639 RsAllocation* vtxPtr; local
2663 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2665 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i];
2674 (RsAllocation *)vtxPtr, vtxLen,
2678 free(vtxPtr);

Completed in 61 milliseconds