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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java65 Object native_pixmap) {
69 arg("native_pixmap", native_pixmap);
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap);
110 EGLConfig config, Object native_pixmap, int[] attrib_list) {
114 arg("native_pixmap", native_pixmap);
119 native_pixmap, attrib_list);
64 eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap) argument
109 eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java46 public native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); argument
69 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) { argument
71 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list);
150 private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp268 jobject display, jobject config, jobject native_pixmap,
271 if (display == NULL || config == NULL || native_pixmap == NULL
281 GraphicsJNI::getSkBitmap(_env, native_pixmap, &nativeBitmap);
508 jobject surface, jobject native_pixmap) {
509 if (display == NULL || surface == NULL || native_pixmap == NULL) {
267 jni_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject out_sur, jobject display, jobject config, jobject native_pixmap, jintArray attrib_list) argument
507 jni_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject display, jobject surface, jobject native_pixmap) argument
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); argument
101 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); argument

Completed in 637 milliseconds