/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 51 …ic native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() argument 78 …e eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_… in eglCreatePixmapSurface() argument 80 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list); in eglCreatePixmapSurface() 159 …pSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_… in _eglCreatePixmapSurface() argument
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 65 Object native_pixmap) { in eglCopyBuffers() argument 69 arg("native_pixmap", native_pixmap); in eglCopyBuffers() 72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap); in eglCopyBuffers() 110 EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface() argument 114 arg("native_pixmap", native_pixmap); in eglCreatePixmapSurface() 119 native_pixmap, attrib_list); in eglCreatePixmapSurface()
|
D | EGL15.java | 141 java.nio.Buffer native_pixmap, in eglCreatePlatformPixmapSurface() argument
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 99 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() argument 103 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() argument
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 251 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface() argument 444 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers() argument 445 if (display == NULL || surface == NULL || native_pixmap == NULL) { in jni_eglCopyBuffers()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 130 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() argument 135 return cnx->platform.eglCreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 295 …lCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttr…
|
D | eglext.h | 857 …LATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint … 861 …eatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint …
|