Searched refs:pixmap (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp291 egl_native_pixmap_t pixmap; local
292 pixmap.version = sizeof(pixmap);
293 pixmap.width = nativeBitmap->width();
294 pixmap.height = nativeBitmap->height();
295 pixmap.stride = nativeBitmap->rowBytes() / nativeBitmap->bytesPerPixel();
296 pixmap.format = convertPixelFormat(nativeBitmap->config());
297 pixmap.data = (uint8_t*)ref->pixels();
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
H A Dandroid_opengl_EGL14.cpp732 /* EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list ) */
735 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) {
734 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
/frameworks/native/opengl/libagl/
H A Degl.cpp646 egl_native_pixmap_t const * pixmap);
662 egl_native_pixmap_t const * pixmap)
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
666 depth.width = pixmap->width;
667 depth.height = pixmap->height;
1279 NativePixmapType pixmap, const EGLint *attrib_list)
1283 if (pixmap == 0)
1293 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1308 if (pixmap->format != pixelFormat)
1313 static_cast<egl_native_pixmap_t*>(pixmap));
659 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
1278 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1559 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java279 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
284 int pixmap,
281 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, int pixmap, int[] attrib_list, int offset ) argument
/frameworks/native/opengl/include/EGL/
H A Degl.h271 EGLNativePixmapType pixmap,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp336 NativePixmapType pixmap,
345 dp->disp.dpy, config, pixmap, attrib_list);
335 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument

Completed in 207 milliseconds