Home | History | Annotate | Download | only in libagl

Lines Matching full:pixmap

659             egl_native_pixmap_t const * pixmap);
675 egl_native_pixmap_t const * pixmap)
676 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
679 depth.width = pixmap->width;
680 depth.height = pixmap->height;
1306 NativePixmapType pixmap, const EGLint* /*attrib_list*/)
1310 if (pixmap == 0)
1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1335 if (pixmap->format != pixelFormat)
1340 static_cast<egl_native_pixmap_t*>(pixmap));
1588 NativePixmapType pixmap,
1591 return createPixmapSurface(dpy, config, pixmap, attrib_list);
1644 // not modified for a window or pixmap surface