Searched refs:getNativePixmap (Results 1 – 7 of 7) sorted by relevance
31 virtual EGLNativePixmapType getNativePixmap() const = 0;
24 EGLNativePixmapType getNativePixmap() const override;
49 EGLNativePixmapType Win32Pixmap::getNativePixmap() const in getNativePixmap() function in Win32Pixmap
28 EGLNativePixmapType getNativePixmap() const override;
49 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap() function in X11Pixmap
81 mOSPixmap->getNativePixmap(), attribs.data()); in testSetUp()
221 return reinterpret_cast<eglw::EGLNativePixmapType>(mPixmap->getNativePixmap()); in getLegacyNative()