Home | History | Annotate | Download | only in libagl

Lines Matching full:pixmap

722             egl_native_pixmap_t const * pixmap);
738 egl_native_pixmap_t const * pixmap)
739 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
742 depth.width = pixmap->width;
743 depth.height = pixmap->height;
1338 NativePixmapType pixmap, const EGLint *attrib_list)
1342 if (pixmap == 0)
1352 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1367 if (pixmap->format != pixelFormat)
1372 static_cast<egl_native_pixmap_t*>(pixmap));
1614 NativePixmapType pixmap,
1617 return createPixmapSurface(dpy, config, pixmap, attrib_list);
1669 // not modified for a window or pixmap surface