Lines Matching refs:nativePixmap
653 virtual EGLint getWidth() const { return nativePixmap.width; } in getWidth()
654 virtual EGLint getHeight() const { return nativePixmap.height; } in getHeight()
656 egl_native_pixmap_t nativePixmap; member
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
679 buffer.width = nativePixmap.width; in bindDrawSurface()
680 buffer.height = nativePixmap.height; in bindDrawSurface()
681 buffer.stride = nativePixmap.stride; in bindDrawSurface()
682 buffer.data = nativePixmap.data; in bindDrawSurface()
683 buffer.format = nativePixmap.format; in bindDrawSurface()
694 buffer.width = nativePixmap.width; in bindReadSurface()
695 buffer.height = nativePixmap.height; in bindReadSurface()
696 buffer.stride = nativePixmap.stride; in bindReadSurface()
697 buffer.data = nativePixmap.data; in bindReadSurface()
698 buffer.format = nativePixmap.format; in bindReadSurface()