Searched refs:getNativePixmap (Results 1 – 6 of 6) sorted by relevance
31 virtual EGLNativePixmapType getNativePixmap() const = 0;
24 EGLNativePixmapType getNativePixmap() const override;
49 EGLNativePixmapType Win32Pixmap::getNativePixmap() const in getNativePixmap() function in Win32Pixmap
25 EGLNativePixmapType getNativePixmap() const override;
34 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap() function in X11Pixmap
206 return reinterpret_cast<eglw::EGLNativePixmapType>(mPixmap->getNativePixmap()); in getLegacyNative()