Lines Matching refs:pixmap
670 egl_native_pixmap_t const * pixmap);
686 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument
687 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
690 depth.width = pixmap->width; in egl_pixmap_surface_t()
691 depth.height = pixmap->height; in egl_pixmap_surface_t()
1336 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() argument
1340 if (pixmap == 0) in createPixmapSurface()
1350 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1365 if (pixmap->format != pixelFormat) in createPixmapSurface()
1370 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()
1621 NativePixmapType pixmap, in eglCreatePixmapSurface() argument
1624 return createPixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()