Home
last modified time | relevance | path

Searched refs:native_window (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java78 …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/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp262 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface() argument
271 if (native_window == NULL) { in jni_eglCreateWindowSurface()
278 window = android_view_Surface_getNativeWindow(_env, native_window); in jni_eglCreateWindowSurface()
289 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture() argument
298 if (native_window == 0) { in jni_eglCreateWindowSurfaceTexture()
305 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(_env, native_window)); in jni_eglCreateWindowSurfaceTexture()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java126 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/
DEGL10.java103 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() argument
/frameworks/native/opengl/include/EGL/
Deglext.h835 …LATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint …
839 …eatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint …