Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
Drs.h31 RsFile rsaFileA3DCreateFromFile(RsContext, const char *path);
/frameworks/rs/
Drs.h31 RsFile rsaFileA3DCreateFromFile(RsContext, const char *path);
DrsFileA3D.cpp455 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { in rsaFileA3DCreateFromFile() function
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp814 jint id = (jint)rsaFileA3DCreateFromFile(con, fileNameUTF.c_str()); in nFileA3DCreateFromFile()