Searched refs:rsaMeshGetIndices (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | libRS.map | 114 rsaMeshGetIndices;
|
D | rsApiMesh.cpp | 42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() function
|
D | rs.h | 40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
|
D | rsApiStubs.h | 157 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, u…
|
D | rsApiStubs.cpp | 908 extern "C" void rsaMeshGetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *prim… in rsaMeshGetIndices() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2756 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()
|