Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp341 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_egl… in create() local
342 m_pixmap = pixmapSurface.first; in create()
343 m_eglSurface = pixmapSurface.second; in create()