Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp221 typedef std::pair<NativePixmap*, EGLSurface> PixmapSurfacePair; typedef
247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap()
267 return PixmapSurfacePair(nativePixmap, surface); in createPixmap()
341 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_egl… in create()