Searched defs:_eglCreateWindowSurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java3 private static native EGLSurface _eglCreateWindowSurface( method
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java92 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list);
151 private native long _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java228 private static native EGLSurface _eglCreateWindowSurface( method in class:EGL14
263 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);

Completed in 1138 milliseconds