Searched defs:native_pixmap (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 65 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 D | EGLImpl.java | 46 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); 149 private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); argument
|
/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 266 jobject display, jobject config, jobject native_pixmap, 269 if (display == NULL || config == NULL || native_pixmap == NULL 279 (SkBitmap const *)_env->GetIntField(native_pixmap, 508 jobject surface, jobject native_pixmap) { 509 if (display == NULL || surface == NULL || native_pixmap == NULL) { 265 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 D | EGL10.java | 98 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 111 milliseconds