Home
last modified time | relevance | path

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

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