Home | History | Annotate | Download | only in opengl

Lines Matching refs:EGL

21 import javax.microedition.khronos.egl.EGL;
92 * Wrap an existing EGL interface in a new EGL interface that adds
94 * @param egl the existing GL interface. Must implement EGL and EGL10. May
98 * @return the wrapped EGL interface.
100 public static EGL wrap(EGL egl, int configFlags, Writer log) {
102 egl = new EGLLogWrapper(egl, configFlags, log);
104 return egl;