Searched defs:native_pixmap (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/opengl/java/com/google/android/gles_jni/ |
| D | EGLImpl.java | 45 …ic native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() 57 …face eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in eglCreatePixmapSurface() 109 …xmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in _eglCreatePixmapSurface()
|
| /frameworks/base/opengl/java/android/opengl/ |
| D | EGLLogWrapper.java | 49 Object native_pixmap) { in eglCopyBuffers() 94 EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface()
|
| /frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
| D | EGL10.java | 98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() 101 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface()
|
| /frameworks/base/core/jni/ |
| D | com_google_android_gles_jni_EGLImpl.cpp | 274 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface() 486 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers()
|