Lines Matching refs:pixmapFactory
133 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re…
151 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re…
172 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in RenderContext() argument
190 create(displayFactory, windowFactory, pixmapFactory, config, sharedContext); in RenderContext()
257 …reatePixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eg… in createPixmap() argument
265 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap()
310 … const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::Re… in create() argument
368 if (pixmapFactory) in create()
370 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display.get(), pixmapFactory, m_eglDisplay,… in create()
605 const NativePixmapFactory* pixmapFactory; in createContext() local
618 pixmapFactory = &selectNativePixmapFactory(displayFactory, cmdLine); in createContext()
622 pixmapFactory = DE_NULL; in createContext()
625 return new RenderContext(&displayFactory, windowFactory, pixmapFactory, config, sharedContext); in createContext()