Home
last modified time | relevance | path

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

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