Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map110 rsaFileA3DGetEntryByIndex;
Drs.h27 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext, uint32_t idx, RsFile) __DEPRECATED_IN(31);
DrsApiFileA3D.cpp26 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { in rsaFileA3DGetEntryByIndex() function
DrsApiStubs.h294 extern "C" RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file)
DrsApiStubs.cpp863 extern "C" RsObjectBase rsaFileA3DGetEntryByIndex(RsContext ctxWrapper, uint32_t index, RsFile file) in rsaFileA3DGetEntryByIndex() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1719 …jlong id = (jlong)(uintptr_t)rsaFileA3DGetEntryByIndex((RsContext)con, (uint32_t)index, (RsFile)fi… in nFileA3DGetEntryByIndex()