modules/graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java

Print this page

        

@@ -54,10 +54,14 @@
                 String eglType = PlatformUtil.getEmbeddedType();
                 if ("eglfb".equals(eglType)) {
                     isEglfb = true;
                     libName = "prism_es2_eglfb";
                 }
+                else if ("monocle".equals(eglType)) {
+                    isEglfb = true;
+                    libName = "prism_es2_monocle";
+                }
                 else if ("eglx11".equals(eglType))
                     libName = "prism_es2_eglx11";
 
                 if (PrismSettings.verbose) {
                     System.out.println("Loading ES2 native library ... " + libName);