Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2646 RsAllocation* vtxPtr; in nMeshCreate() local
2670 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen); in nMeshCreate()
2672 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i]; in nMeshCreate()
2681 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()
2685 free(vtxPtr); in nMeshCreate()