Home
last modified time | relevance | path

Searched refs: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() argument
69 …e eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_… in eglCreatePixmapSurface() argument
71 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list); in eglCreatePixmapSurface()
150 …pSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_… in _eglCreatePixmapSurface() argument
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java65 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()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers() argument
101 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() argument
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp271 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface() argument
274 if (display == NULL || config == NULL || native_pixmap == NULL in jni_eglCreatePixmapSurface()
284 (SkBitmap const *)_env->GetLongField(native_pixmap, in jni_eglCreatePixmapSurface()
512 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers() argument
513 if (display == NULL || surface == NULL || native_pixmap == NULL) { in jni_eglCopyBuffers()