Searched refs:setDriverPathAndSphalLibraries (Results 1 – 4 of 4) sorted by relevance
58 void setDriverPathAndSphalLibraries(const std::string path, const std::string sphalLibraries);
36 android::GraphicsEnv::getInstance().setDriverPathAndSphalLibraries(pathChars.c_str(), in setDriverPathAndSphalLibraries_native()
896 setDriverPathAndSphalLibraries(paths, sphalLibraries); in chooseDriver()955 private static native void setDriverPathAndSphalLibraries(String path, String sphalLibraries); in setDriverPathAndSphalLibraries() method in GraphicsEnvironment
132 void GraphicsEnv::setDriverPathAndSphalLibraries(const std::string path, in setDriverPathAndSphalLibraries() function in android::GraphicsEnv