Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map114 rsaMeshGetIndices;
DrsApiMesh.cpp42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() function
Drs.h40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
DrsApiStubs.h157 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, u…
DrsApiStubs.cpp908 extern "C" void rsaMeshGetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *prim… in rsaMeshGetIndices() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2756 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()