Searched refs:setDriverPathAndSphalLibraries (Results 1 – 4 of 4) sorted by relevance
34 android::GraphicsEnv::getInstance().setDriverPathAndSphalLibraries(pathChars.c_str(), in setDriverPathAndSphalLibraries_native()
106 void setDriverPathAndSphalLibraries(const std::string path, const std::string sphalLibraries);
837 setDriverPathAndSphalLibraries(paths, sphalLibraries); in chooseDriver()895 private static native void setDriverPathAndSphalLibraries(String path, String sphalLibraries); in setDriverPathAndSphalLibraries() method in GraphicsEnvironment
141 void GraphicsEnv::setDriverPathAndSphalLibraries(const std::string path, in setDriverPathAndSphalLibraries() function in android::GraphicsEnv