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.h72 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation* va, uint32_t* primType,
DrsApiStubs.h780 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation* va,
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.cpp2751 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()