Lines Matching refs:pixmap
659 egl_native_pixmap_t const * pixmap);
675 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument
676 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
679 depth.width = pixmap->width; in egl_pixmap_surface_t()
680 depth.height = pixmap->height; in egl_pixmap_surface_t()
1306 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() argument
1310 if (pixmap == 0) in createPixmapSurface()
1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1335 if (pixmap->format != pixelFormat) in createPixmapSurface()
1340 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()
1588 NativePixmapType pixmap, in eglCreatePixmapSurface() argument
1591 return createPixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()