Home
last modified time | relevance | path

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

/frameworks/rs/
Drs.h38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
DrsMesh.cpp312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2420 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()