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

  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 41 : eglu::NativeDisplay(CAPABILITY_GET_DISPLAY_LEGACY)
64 : eglu::NativeDisplayFactory("null", "Null EGL Display", eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY)
  /external/deqp/framework/egl/
egluNativeDisplay.cpp 54 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_LEGACY);
63 // If NativeDisplay claims to support CAPABILITY_GET_DISPLAY_LEGACY then
65 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_LEGACY) == 0);
104 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY);
egluNativeDisplay.hpp 47 CAPABILITY_GET_DISPLAY_LEGACY = (1<<0), //!< Query EGL display using eglGetDisplay()
egluUtil.cpp 239 const bool supportsLegacyGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY) != 0;
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 98 static const Capability CAPABILITIES = CAPABILITY_GET_DISPLAY_LEGACY;
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 46 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 61 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY|
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 50 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 106 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY |
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 57 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;

Completed in 1043 milliseconds