Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp150 NativePixmap* m_pixmap; member in eglu::__anona2d5bafb0111::RenderContext
167 , m_pixmap (DE_NULL) in RenderContext()
200 delete m_pixmap; in ~RenderContext()
342 m_pixmap = pixmapSurface.first; in create()
452 delete m_pixmap; in destroy()
457 m_pixmap = DE_NULL; in destroy()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp229 , m_pixmap (x11Pixmap) {}
231 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
235 UniquePtr<x11::Pixmap> m_pixmap;