Searched refs:PixmapSurfacePair (Results 1 – 1 of 1) sorted by relevance
231 typedef std::pair<NativePixmap*, EGLSurface> PixmapSurfacePair; typedef257 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()