Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp231 typedef std::pair<NativePixmap*, EGLSurface> PixmapSurfacePair; typedef
257 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap()
277 return PixmapSurfacePair(nativePixmap, surface); in createPixmap()
370 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display.get(), pixmapFactory, m_eglDisplay,… in create()