Home
last modified time | relevance | path

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

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