HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW_CAPABILITIES (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 47 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
86 WindowFactory (void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES) {}
118 : eglu::NativeWindow(WINDOW_CAPABILITIES)
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
95 : eglu::NativeWindow (WINDOW_CAPABILITIES)
124 : eglu::NativeWindowFactory ("default", "Default display", WINDOW_CAPABILITIES)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 48 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)
205 : eglu::NativeWindowFactory ("window", "Win32 Window", WINDOW_CAPABILITIES)
218 : eglu::NativeWindow (WINDOW_CAPABILITIES)

Completed in 134 milliseconds