Lines Matching refs:nativePixmap
677 virtual EGLint getWidth() const { return nativePixmap.width; } in getWidth()
678 virtual EGLint getHeight() const { return nativePixmap.height; } in getHeight()
680 egl_native_pixmap_t nativePixmap; member
687 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
710 buffer.width = nativePixmap.width; in bindDrawSurface()
711 buffer.height = nativePixmap.height; in bindDrawSurface()
712 buffer.stride = nativePixmap.stride; in bindDrawSurface()
713 buffer.data = nativePixmap.data; in bindDrawSurface()
714 buffer.format = nativePixmap.format; in bindDrawSurface()
725 buffer.width = nativePixmap.width; in bindReadSurface()
726 buffer.height = nativePixmap.height; in bindReadSurface()
727 buffer.stride = nativePixmap.stride; in bindReadSurface()
728 buffer.data = nativePixmap.data; in bindReadSurface()
729 buffer.format = nativePixmap.format; in bindReadSurface()