[go: nahoru, domu]

Searched refs:mNativeLibDir (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java64 private String mNativeLibDir; field in class:RenderScript
782 if (!nIncLoadSO(SUPPORT_LIB_API, mNativeLibDir + "/libRSSupport.so")) {
1331 // Only set mNativeLibDir for API 9+.
1333 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir;
1382 rs.mNativeLibDir != null) {
1383 System.load(rs.mNativeLibDir + "/librsjni.so");
1417 rs.mNativeLibDir != null) {
1418 rssupportPath = rs.mNativeLibDir + "/libRSSupport.so";
1427 rs.mNativeLibDir != null) {
1467 rs.mContext = rs.nContextCreate(device, 0, sdkVersion, ct.mID, rs.mNativeLibDir);
[all...]

Completed in 35 milliseconds