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

  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 46 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {}
95 : eglu::NativeDisplayFactory("default", "EGL_DEFAULT_DISPLAY", DISPLAY_CAPABILITIES)
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 36 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
44 NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {}
160 : eglu::NativeDisplayFactory("default", "Default display", DISPLAY_CAPABILITIES)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 46 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
127 : eglu::NativeDisplay (DISPLAY_CAPABILITIES)
367 : eglu::NativeDisplayFactory ("win32", "Native Win32 Display", DISPLAY_CAPABILITIES)

Completed in 60 milliseconds