Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map108 rsaFileA3DCreateFromFile;
Drs.h31 RsFile rsaFileA3DCreateFromFile(RsContext, const char *path);
DrsApiFileA3D.cpp90 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { in rsaFileA3DCreateFromFile() function
DrsApiStubs.h151 extern "C" RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path);
DrsApiStubs.cpp878 extern "C" RsFile rsaFileA3DCreateFromFile(RsContext ctxWrapper, const char *path) in rsaFileA3DCreateFromFile() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1691 jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromFile((RsContext)con, fileNameUTF.c_str()); in nFileA3DCreateFromFile()