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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h 34 EGLNativePixmapType m_pixmap; member in class:EglPixmapSurface
  /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 255 milliseconds