Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map116 rsaMeshGetIndexCount;
H A DrsApiMesh.cpp27 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { in rsaMeshGetIndexCount() function
H A Drs.h36 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t* idxCount) __DEPRECATED_IN(31);
H A DrsApiStubs.h306 extern "C" void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t* numIdx) __DEPRECATED_IN(31);
H A DrsApiStubs.cpp898 extern "C" void rsaMeshGetIndexCount(RsContext ctxWrapper, RsMesh mv, int32_t *numIdx) in rsaMeshGetIndexCount() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2719 rsaMeshGetIndexCount((RsContext)con, (RsMesh)mesh, &idxCount); in nMeshGetIndexCount()