Searched defs:native_window (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 78 …face eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in eglCreateWindowSurface() 151 …ong _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurface() 152 …lCreateWindowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurfaceTexture()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 262 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface() 289 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 103 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 126 EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface()
|