Searched defs:layerPaths (Results 1 – 3 of 3) sorted by relevance
67 void setLayerPaths_native(JNIEnv* env, jobject clazz, jobject classLoader, jstring layerPaths) { in setLayerPaths_native()
294 String layerPaths = ""; in setupGpuLayers() local923 private static native void setLayerPaths(ClassLoader classLoader, String layerPaths); in setLayerPaths()
507 void GraphicsEnv::setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths) { in setLayerPaths()