Home | History | Annotate | Download | only in libagl

Lines Matching refs:pixmap

686             egl_native_pixmap_t const * pixmap);
702 egl_native_pixmap_t const * pixmap)
703 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
706 depth.width = pixmap->width;
707 depth.height = pixmap->height;
1310 NativePixmapType pixmap, const EGLint *attrib_list)
1314 if (pixmap == 0)
1324 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1339 if (pixmap->format != pixelFormat)
1344 static_cast<egl_native_pixmap_t*>(pixmap));
1591 NativePixmapType pixmap,
1594 return createPixmapSurface(dpy, config, pixmap, attrib_list);
1646 // not modified for a window or pixmap surface