OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_eglcreatewindowsurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java
85
eglSurfaceId =
_eglCreateWindowSurface
(display, config, sur, attrib_list);
145
private native int
_eglCreateWindowSurface
(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);
/frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp
543
{"
_eglCreateWindowSurface
", "(" DISPLAY CONFIG OBJECT "[I)I", (void*)jni_eglCreateWindowSurface },
Completed in 427 milliseconds