Home
last modified time | relevance | path

Searched refs:getNativePixmap (Results 1 – 7 of 7) 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.h28 EGLNativePixmapType getNativePixmap() const override;
DX11Pixmap.cpp49 EGLNativePixmapType X11Pixmap::getNativePixmap() const in getNativePixmap() function in X11Pixmap
/external/angle/src/tests/gl_tests/
DPixmapTest.cpp81 mOSPixmap->getNativePixmap(), attribs.data()); in testSetUp()
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp221 return reinterpret_cast<eglw::EGLNativePixmapType>(mPixmap->getNativePixmap()); in getLegacyNative()