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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2651 RsAllocation* vtxPtr; local
2675 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2677 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i];
2686 (RsAllocation *)vtxPtr, vtxLen,
2690 free(vtxPtr);

Completed in 666 milliseconds