Searched defs:native_pixmap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 46 …ic native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() 69 …face eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in eglCreatePixmapSurface() 150 …xmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in _eglCreatePixmapSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 65 Object native_pixmap) { in eglCopyBuffers() 110 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 | 268 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface() 508 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers()
|