OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_eglCreateWindowSurface
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java
3
private static native EGLSurface
_eglCreateWindowSurface
(
38
surface =
_eglCreateWindowSurface
(dpy, config, sur, attrib_list, offset);
/frameworks/base/opengl/java/android/opengl/
EGL14.java
228
private static native EGLSurface
_eglCreateWindowSurface
(
263
surface =
_eglCreateWindowSurface
(dpy, config, sur, attrib_list, offset);
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java
92
eglSurfaceId =
_eglCreateWindowSurface
(display, config, sur, attrib_list);
151
private native long
_eglCreateWindowSurface
(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);
Completed in 177 milliseconds