Searched refs:nativePixmap (Results 1 – 1 of 1) sorted by relevance
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; member687 : 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()[all …]