Searched refs:native_window (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 78 …e eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_… in eglCreateWindowSurface() argument 80 if (native_window instanceof SurfaceView) { in eglCreateWindowSurface() 81 SurfaceView surfaceView = (SurfaceView)native_window; in eglCreateWindowSurface() 83 } else if (native_window instanceof SurfaceHolder) { in eglCreateWindowSurface() 84 SurfaceHolder holder = (SurfaceHolder)native_window; in eglCreateWindowSurface() 86 } else if (native_window instanceof Surface) { in eglCreateWindowSurface() 87 sur = (Surface) native_window; in eglCreateWindowSurface() 93 } else if (native_window instanceof SurfaceTexture) { in eglCreateWindowSurface() 95 native_window, attrib_list); in eglCreateWindowSurface() 151 … _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_… in _eglCreateWindowSurface() argument [all …]
|
/frameworks/base/native/android/ |
D | Android.mk | 14 native_window.cpp \
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 317 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface() argument 326 if (native_window == NULL) { in jni_eglCreateWindowSurface() 333 window = android_view_Surface_getNativeWindow(_env, native_window); in jni_eglCreateWindowSurface() 344 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture() argument 353 if (native_window == 0) { in jni_eglCreateWindowSurfaceTexture() 360 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(_env, native_window)); in jni_eglCreateWindowSurfaceTexture()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 126 EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface() argument 130 arg("native_window", native_window); in eglCreateWindowSurface() 135 native_window, attrib_list); in eglCreateWindowSurface()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 102 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() argument
|