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 | 72 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation* va, uint32_t* primType,
|
D | rsApiStubs.h | 780 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation* va,
|
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 | 2751 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices); in nMeshGetIndices()
|