Home
last modified time | relevance | path

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

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