HomeSort by relevance Sort by last modified time
    Searched refs:m_pixmap (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluGLContextFactory.cpp 150 NativePixmap* m_pixmap; member in class:eglu::__anon9116::RenderContext
167 , m_pixmap (DE_NULL)
200 delete m_pixmap;
342 m_pixmap = pixmapSurface.first;
452 delete m_pixmap;
457 m_pixmap = DE_NULL;
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 225 , m_pixmap (x11Pixmap) {}
227 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
231 UniquePtr<x11::Pixmap> m_pixmap;

Completed in 339 milliseconds