Home
last modified time | relevance | path

Searched refs:rsaFileA3DGetEntryByIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
Drs.h27 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext, uint32_t idx, RsFile);
DrsFileA3D.cpp394 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { in rsaFileA3DGetEntryByIndex() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1609 …jlong id = (jlong)(uintptr_t)rsaFileA3DGetEntryByIndex((RsContext)con, (uint32_t)index, (RsFile)fi… in nFileA3DGetEntryByIndex()