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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h 34 EGLNativePixmapType m_pixmap; member in class:EglPixmapSurface
EglPixmapSurface.cpp 30 m_pixmap(pix)
37 s_associatedPixmaps.erase(m_pixmap);
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 180 , m_pixmap (x11Pixmap) {}
182 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
186 UniquePtr<x11::Pixmap> m_pixmap;
  /external/deqp/modules/egl/
teglImageTests.cpp 243 , m_pixmap (DE_NULL)
267 m_pixmap = eglTestCtx.createNativePixmap(dpy.getEGLDisplay(), m_config, DE_NULL, width, height);
268 m_surface = new tcu::egl::PixmapSurface(dpy, eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *m_pixmap, dpy.getEGLDisplay(), m_config, DE_NULL));
281 delete m_pixmap;
347 eglu::NativePixmap* m_pixmap; member in class:deqp::egl::Image::GLES2Context
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 154 NativePixmap* m_pixmap; member in class:eglu::__anon23537::RenderContext
171 , m_pixmap (DE_NULL)
204 delete m_pixmap;
523 m_pixmap = pixmapSurface.first;
631 delete m_pixmap;
636 m_pixmap = DE_NULL;

Completed in 2078 milliseconds