Searched defs:loadSO (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp83 static bool loadSO(const char* filename, int targetApi) { function
122 usingNative = loadSO("libRS.so", targetApi);
125 if (loadSO("libRSSupport.so", targetApi) == false) {

Completed in 47 milliseconds