Home
last modified time | relevance | path

Searched defs:native_pixmap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java46 …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/javax/microedition/khronos/egl/
DEGL10.java98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers()
102 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java65 Object native_pixmap) { in eglCopyBuffers()
110 EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp255 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface()
448 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers()