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

/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp47 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY; member in namespace:tcu::rpi
86 WindowFactory (void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES) {}
118 : eglu::NativeWindow(WINDOW_CAPABILITIES)
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY | member in namespace:tcu::Android
95 : eglu::NativeWindow (WINDOW_CAPABILITIES)
124 : eglu::NativeWindowFactory ("default", "Default display", WINDOW_CAPABILITIES)
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp48 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability) member in namespace:tcu::__anon19775
205 : eglu::NativeWindowFactory ("window", "Win32 Window", WINDOW_CAPABILITIES)
218 : eglu::NativeWindow (WINDOW_CAPABILITIES)

Completed in 95 milliseconds