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

/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp319 typedef std::pair<NativePixmap*, EGLSurface> PixmapSurfacePair; typedef in namespace:eglu::__anon19726
345 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
365 return PixmapSurfacePair(nativePixmap, surface);
522 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);

Completed in 50 milliseconds