Home
last modified time | relevance | path

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

/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp83 class WindowFactory : public eglu::NativeWindowFactory class
86WindowFactory (void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES… in WindowFactory() function in tcu::rpi::WindowFactory
87 ~WindowFactory (void) {} in ~WindowFactory()
97 m_nativeWindowRegistry.registerFactory(new WindowFactory()); in DisplayFactory()
107 eglu::NativeWindow* WindowFactory::createWindow (eglu::NativeDisplay*, const eglu::WindowParams& pa… in createWindow()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp165 class WindowFactory : public NativeWindowFactory class
168 WindowFactory (void);
180 WindowFactory::WindowFactory (void) in WindowFactory() function in tcu::x11::egl::WindowFactory
185 NativeWindow* WindowFactory::createWindow (NativeDisplay* nativeDisplay, in createWindow()
193 NativeWindow* WindowFactory::createWindow (NativeDisplay* nativeDisplay, in createWindow()
274 m_nativeWindowRegistry.registerFactory(new WindowFactory()); in DisplayFactory()