Searched refs:pixmap (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 278 egl_native_pixmap_t pixmap; in jni_eglCreatePixmapSurface() local 279 pixmap.version = sizeof(pixmap); in jni_eglCreatePixmapSurface() 280 pixmap.width = nativeBitmap->width(); in jni_eglCreatePixmapSurface() 281 pixmap.height = nativeBitmap->height(); in jni_eglCreatePixmapSurface() 282 pixmap.stride = nativeBitmap->rowBytes() / nativeBitmap->bytesPerPixel(); in jni_eglCreatePixmapSurface() 283 pixmap.format = convertPixelFormat(nativeBitmap->config()); in jni_eglCreatePixmapSurface() 284 pixmap.data = (uint8_t*)ref->pixels(); in jni_eglCreatePixmapSurface() 287 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); in jni_eglCreatePixmapSurface()
|
/frameworks/base/opengl/libagl2/src/ |
D | egl.cpp | 623 egl_native_pixmap_t const * pixmap); 645 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument 646 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t() 649 depth.width = pixmap->width; in egl_pixmap_surface_t() 650 depth.height = pixmap->height; in egl_pixmap_surface_t() 1269 NativePixmapType pixmap, const EGLint *attrib_list) in createPixmapSurface() argument 1273 if (pixmap == 0) in createPixmapSurface() 1283 if (reinterpret_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface() 1298 if (reinterpret_cast<egl_native_pixmap_t *>(pixmap)->format != pixelFormat) in createPixmapSurface() 1303 reinterpret_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface() [all …]
|
/frameworks/base/opengl/libagl/ |
D | egl.cpp | 631 egl_native_pixmap_t const * pixmap); 647 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument 648 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t() 651 depth.width = pixmap->width; in egl_pixmap_surface_t() 652 depth.height = pixmap->height; in egl_pixmap_surface_t() 1255 NativePixmapType pixmap, const EGLint *attrib_list) in createPixmapSurface() argument 1259 if (pixmap == 0) in createPixmapSurface() 1269 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface() 1284 if (pixmap->format != pixelFormat) in createPixmapSurface() 1289 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface() [all …]
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | egl.h | 207 …lCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *att…
|
/frameworks/base/opengl/include/EGL/ |
D | egl.h | 271 EGLNativePixmapType pixmap,
|
/frameworks/base/opengl/libs/EGL/ |
D | eglApi.cpp | 407 NativePixmapType pixmap, in eglCreatePixmapSurface() argument 417 dp->configs[intptr_t(config)].config, pixmap, attrib_list); in eglCreatePixmapSurface()
|