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