Searched defs:native_window (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePlatformWindowSurface.java | 6 java.nio.Buffer native_window, in eglCreatePlatformWindowSurface()
|
D | eglCreatePlatformWindowSurface.cpp | 14 void *native_window = (void *) 0; in android_eglCreatePlatformWindowSurface() local
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 87 …face eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in eglCreateWindowSurface() 160 …ong _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurface() 161 …lCreateWindowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurfaceTexture()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 131 java.nio.Buffer native_window, in eglCreatePlatformWindowSurface()
|
D | EGLLogWrapper.java | 126 EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 258 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface() 285 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture()
|
D | android_opengl_EGL15.cpp | 388 void *native_window = (void *) 0; in android_eglCreatePlatformWindowSurface() local
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 114 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface()
|
D | egl_platform_entries.cpp | 753 EGLSurface eglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurfaceImpl()
|