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

  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 40 : eglu::NativeDisplay(CAPABILITY_GET_DISPLAY_LEGACY)
58 : eglu::NativeDisplayFactory("null", "Null EGL Display", eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY)
  /external/deqp/framework/egl/
egluNativeDisplay.cpp 49 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_LEGACY);
58 // If NativeDisplay claims to support CAPABILITY_GET_DISPLAY_LEGACY then
60 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_LEGACY) == 0);
99 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY);
egluNativeDisplay.hpp 47 CAPABILITY_GET_DISPLAY_LEGACY = (1<<0), //!< Query EGL display using eglGetDisplay()
egluUtil.cpp 230 const bool supportsLegacyGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY) != 0;
  /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/android/
tcuAndroidPlatform.cpp 50 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 102 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 542 milliseconds