Home
last modified time | relevance | path

Searched refs:getNativePixmap (Results 1 – 6 of 6) sorted by relevance

/external/angle/util/
DOSPixmap.h31 virtual EGLNativePixmapType getNativePixmap() const = 0;
/external/angle/util/windows/win32/
DWin32Pixmap.h24 EGLNativePixmapType getNativePixmap() const override;
DWin32Pixmap.cpp49 EGLNativePixmapType Win32Pixmap::getNativePixmap() const in getNativePixmap() function in Win32Pixmap
/external/angle/util/x11/
DX11Pixmap.h25 EGLNativePixmapType getNativePixmap() const override;
DX11Pixmap.cpp34 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap() function in X11Pixmap
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp206 return reinterpret_cast<eglw::EGLNativePixmapType>(mPixmap->getNativePixmap()); in getLegacyNative()