Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2645 RsAllocation* vtxPtr; in nMeshCreate() local
2669 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen); in nMeshCreate()
2671 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i]; in nMeshCreate()
2680 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()
2684 free(vtxPtr); in nMeshCreate()