Home
last modified time | relevance | path

Searched refs:m_pixmap (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.cpp159 NativePixmap* m_pixmap; member in eglu::__anonb10fb3450111::RenderContext
177 , m_pixmap (DE_NULL) in RenderContext()
211 delete m_pixmap; in ~RenderContext()
371 m_pixmap = pixmapSurface.first; in create()
494 delete m_pixmap; in destroy()
498 m_pixmap = DE_NULL; in destroy()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp232 , m_pixmap (x11Pixmap) {}
234 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
238 UniquePtr<x11::Pixmap> m_pixmap;