Home | History | Annotate | Download | only in libagl

Lines Matching refs:pixmap

646             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));
1560 NativePixmapType pixmap,
1563 return createPixmapSurface(dpy, config, pixmap, attrib_list);
1616 // not modified for a window or pixmap surface