Home | History | Annotate | Download | only in renderscript

Lines Matching refs:rssupportPath

1436         String rssupportPath = null;
1441 rssupportPath = rs.mNativeLibDir + "/libRSSupport.so";
1443 if (!rs.nLoadSO(useNative, dispatchAPI, rssupportPath)) {
1451 System.load(rssupportPath);
1459 if (!rs.nLoadSO(false, dispatchAPI, rssupportPath)) {